Searched refs:countText (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPaint.h801 int countText(const void* text, size_t byteLength) const { function in class:SkPaint
/external/skia/src/core/
H A DSkPictureRecord.cpp337 size_t points = paint.countText(text, byteLength);
403 size_t points = paint.countText(text, byteLength);
H A DSkPaint.cpp1193 return this->countText(textData, byteLength);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp925 size_t posSize = sizeof(SkPoint) * paint->countText(inText, byteLength);

Completed in 111 milliseconds