Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/android/
DLayerAndroid.cpp482 void writePoint(FILE* file, int indentLevel, const char* str, SkPoint point) in writePoint() function
513 writePoint(file, indentLevel + 1, "position", getPosition()); in dumpLayers()
514 writePoint(file, indentLevel + 1, "translation", m_translation); in dumpLayers()
515 writePoint(file, indentLevel + 1, "anchor", getAnchorPoint()); in dumpLayers()
516 writePoint(file, indentLevel + 1, "scale", m_scale); in dumpLayers()
530 writePoint(file, indentLevel + 1, "fixedOffset", m_fixedOffset); in dumpLayers()
/external/skia/include/core/
DSkWriter32.h63 void writePoint(const SkPoint& pt) { in writePoint() function
/external/skia/src/core/
DSkPictureRecord.cpp483 fWriter.writePoint(point); in addPoint()