HomeSort by relevance Sort by last modified time
    Searched refs:writePoint (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkWriter32.h 63 void writePoint(const SkPoint& pt) {
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 482 void writePoint(FILE* file, int indentLevel, const char* str, SkPoint point)
513 writePoint(file, indentLevel + 1, "position", getPosition());
514 writePoint(file, indentLevel + 1, "translation", m_translation);
515 writePoint(file, indentLevel + 1, "anchor", getAnchorPoint());
516 writePoint(file, indentLevel + 1, "scale", m_scale);
530 writePoint(file, indentLevel + 1, "fixedOffset", m_fixedOffset);
  /external/skia/src/core/
SkPictureRecord.cpp 483 fWriter.writePoint(point);

Completed in 1273 milliseconds