Searched defs:textBytes (Results 1 - 6 of 6) sorted by relevance

/external/skia/tools/shape/
H A DSkShaper_primitive.cpp35 size_t textBytes,
44 int glyphCount = paint.countText(utf8text, textBytes);
52 (void)paint.measureText(utf8text, textBytes, &bounds);
55 builder->allocRunTextPosH(paint, glyphCount, point.y(), textBytes, SkString(), &bounds);
56 memcpy(runBuffer.utf8text, utf8text, textBytes);
62 SkASSERT(txtPtr <= utf8text + textBytes);
65 (void)paint.textToGlyphs(utf8text, textBytes, runBuffer.glyphs);
66 (void)paint.getTextWidths(utf8text, textBytes, runBuffer.pos);
32 shape(SkTextBlobBuilder* builder, const SkPaint& srcPaint, const char* utf8text, size_t textBytes, bool leftToRight, SkPoint point, SkScalar width) const argument
H A Dusing_skia_and_harfbuzz.cpp140 void WriteLine(const SkShaper& shaper, const char *text, size_t textBytes) { argument
142 SkPoint endPoint = shaper.shape(&textBlobBuilder, glyph_paint, text, textBytes, true,
/external/skqp/tools/shape/
H A DSkShaper_primitive.cpp35 size_t textBytes,
44 int glyphCount = paint.countText(utf8text, textBytes);
52 (void)paint.measureText(utf8text, textBytes, &bounds);
55 builder->allocRunTextPosH(paint, glyphCount, point.y(), textBytes, SkString(), &bounds);
56 memcpy(runBuffer.utf8text, utf8text, textBytes);
62 SkASSERT(txtPtr <= utf8text + textBytes);
65 (void)paint.textToGlyphs(utf8text, textBytes, runBuffer.glyphs);
66 (void)paint.getTextWidths(utf8text, textBytes, runBuffer.pos);
32 shape(SkTextBlobBuilder* builder, const SkPaint& srcPaint, const char* utf8text, size_t textBytes, bool leftToRight, SkPoint point, SkScalar width) const argument
H A Dusing_skia_and_harfbuzz.cpp140 void WriteLine(const SkShaper& shaper, const char *text, size_t textBytes) { argument
142 SkPoint endPoint = shaper.shape(&textBlobBuilder, glyph_paint, text, textBytes, true,
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 166 milliseconds