Home
last modified time | relevance | path

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

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