Searched defs:totalAdvance (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DTextDropShadowCacheTests.cpp41 float totalAdvance; local
44 &glyphs, &positions, &totalAdvance, &bounds);
H A DFontRendererTests.cpp41 float totalAdvance; local
44 &glyphs, &positions, &totalAdvance, &bounds);
/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp83 const SkPaint& paint, float x, float y, MinikinRect& bounds, float totalAdvance)
92 , totalAdvance(totalAdvance) {
123 bounds.mLeft, bounds.mTop, bounds.mRight, bounds.mBottom, totalAdvance);
130 bounds.mLeft, bounds.mTop, bounds.mRight, bounds.mBottom, totalAdvance);
134 bounds.mLeft, bounds.mTop, bounds.mRight, bounds.mBottom, totalAdvance);
146 float totalAdvance; member in class:android::DrawTextFunctor
82 DrawTextFunctor(const Layout& layout, Canvas* canvas, uint16_t* glyphs, float* pos, const SkPaint& paint, float x, float y, MinikinRect& bounds, float totalAdvance) argument
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp67 float totalAdvance = 0; local
77 outPositions->push_back(totalAdvance);
83 glyphBounds.translate(totalAdvance + skGlyph.fLeft, skGlyph.fTop);
89 totalAdvance += skWidth;
92 *outTotalAdvance = totalAdvance;
/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp438 float totalAdvance) {
447 x, y, positions, refPaint(&paint), totalAdvance, bounds);
449 drawTextDecorations(x, y, totalAdvance, paint);
435 drawGlyphs(const uint16_t* glyphs, const float* positions, int count, const SkPaint& paint, float x, float y, float boundsLeft, float boundsTop, float boundsRight, float boundsBottom, float totalAdvance) argument
H A DRecordingCanvas.cpp530 float boundsRight, float boundsBottom, float totalAdvance) {
541 drawTextDecorations(x, y, totalAdvance, paint);
528 drawGlyphs(const uint16_t* glyphs, const float* positions, int glyphCount, const SkPaint& paint, float x, float y, float boundsLeft, float boundsTop, float boundsRight, float boundsBottom, float totalAdvance) argument
H A DDisplayListOp.h1311 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds)
1313 mX(x), mY(y), mPositions(positions), mTotalAdvance(totalAdvance) {
1310 DrawTextOp(const glyph_t* text, int bytesCount, int count, float x, float y, const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds) argument
H A DSkiaCanvas.cpp170 float totalAdvance) override;
761 float totalAdvance) {
764 drawTextDecorations(x, y, totalAdvance, paint);
758 drawGlyphs(const uint16_t* text, const float* positions, int count, const SkPaint& paint, float x, float y, float boundsLeft, float boundsTop, float boundsRight, float boundsBottom, float totalAdvance) argument
H A DOpenGLRenderer.cpp2096 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds,
2095 drawText(const glyph_t* glyphs, int bytesCount, int count, float x, float y, const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) argument

Completed in 181 milliseconds