HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphsCount (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path);
103 canvas->drawTextOnPathHV(value->getGlyphs(), value->getGlyphsCount() * 2, *path, h_, v_, *paint);
TextLayoutCache.h 138 inline size_t getGlyphsCount() const { return mGlyphs.size(); }
Paint.cpp 524 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);
    [all...]
Canvas.cpp 803 doDrawGlyphsPos(canvas, value->getGlyphs(), value->getPos(), 0, value->getGlyphsCount(), x, y, flags, paint);
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 578 size_t glyphsCount = value->getGlyphsCount();
594 size_t glyphsCount = value->getGlyphsCount();
609 size_t glyphsCount = value->getGlyphsCount();
681 size_t glyphsCount = value->getGlyphsCount();
    [all...]

Completed in 318 milliseconds