Home
last modified time | relevance | path

Searched refs:writeIntVal (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DLayerAndroid.cpp464 void writeIntVal(FILE* file, int indentLevel, const char* str, int value) in writeIntVal() function
506 writeIntVal(file, indentLevel + 1, "layerId", m_uniqueId); in dumpLayers()
507 writeIntVal(file, indentLevel + 1, "haveClip", m_haveClip); in dumpLayers()
508 writeIntVal(file, indentLevel + 1, "isRootLayer", m_isRootLayer); in dumpLayers()
509 writeIntVal(file, indentLevel + 1, "isFixed", m_isFixed); in dumpLayers()
531 writeIntVal(file, indentLevel + 1, "fixedWidth", m_fixedWidth); in dumpLayers()
532 writeIntVal(file, indentLevel + 1, "fixedHeight", m_fixedHeight); in dumpLayers()
536 writeIntVal(file, indentLevel + 1, "picture width", m_recordingPicture->width()); in dumpLayers()
537 writeIntVal(file, indentLevel + 1, "picture height", m_recordingPicture->height()); in dumpLayers()