HomeSort by relevance Sort by last modified time
    Searched defs:writePoint (Results 1 - 2 of 2) 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);

Completed in 1026 milliseconds