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

  /external/skia/include/core/
SkPaint.h 732 int countText(const void* text, size_t byteLength) const
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 270 size_t points = paint.countText(text, byteLength);
322 size_t points = paint.countText(text, byteLength);
SkPaint.cpp 1044 return this->countText(textData, byteLength);
    [all...]

Completed in 20 milliseconds