Searched refs:getGlyphsCount (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayout.cpp64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path);
103 canvas->drawTextOnPathHV(value->getGlyphs(), value->getGlyphsCount() * 2, *path, h_, v_, *paint);
H A DTextLayoutCache.h138 inline size_t getGlyphsCount() const { return mGlyphs.size(); } function in class:android::TextLayoutValue
H A DPaint.cpp524 size_t glyphsCount = value->getGlyphsCount();
700 size_t bytes = paint.breakText(value->getGlyphs(), value->getGlyphsCount() << 1,
769 paint.measureText(value->getGlyphs(), value->getGlyphsCount() << 1, &r);
H A DCanvas.cpp803 doDrawGlyphsPos(canvas, value->getGlyphs(), value->getPos(), 0, value->getGlyphsCount(), x, y, flags, paint);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp578 size_t glyphsCount = value->getGlyphsCount();
594 size_t glyphsCount = value->getGlyphsCount();
609 size_t glyphsCount = value->getGlyphsCount();
681 size_t glyphsCount = value->getGlyphsCount();

Completed in 198 milliseconds