Searched refs:measure_text (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h1071 SkScalar measure_text(SkGlyphCache*, const char* text, size_t length,
/external/skia/include/core/
H A DSkPaint.h1081 SkScalar measure_text(SkGlyphCache*, const char* text, size_t length,
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1028 SkScalar SkPaint::measure_text(SkGlyphCache* cache, function in class:SkPaint
1118 width = paint.measure_text(cache, text, length, &tempCount, bounds);
1129 // ensure that even if we don't measure_text we still update the bounds
2546 SkScalar width = SkScalarMul(fPaint.measure_text(fCache, text, length,
H A DSkDraw.cpp1356 static void measure_text(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, function
1594 measure_text(cache, glyphCacheProc, text, byteLength, &stop);
/external/skia/src/core/
H A DSkPaint.cpp1060 SkScalar SkPaint::measure_text(SkGlyphCache* cache, function in class:SkPaint
1157 width = paint.measure_text(cache, text, length, &tempCount, bounds);
1168 // ensure that even if we don't measure_text we still update the bounds
2616 SkScalar width = SkScalarMul(fPaint.measure_text(fCache, text, length,
H A DSkDraw.cpp1343 static void measure_text(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, function
1581 measure_text(cache, glyphCacheProc, text, byteLength, &stop);

Completed in 615 milliseconds