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

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp394 float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) {
412 x, y, positions, outlinePaint, totalAdvance, bounds)); // bounds?
419 x, y, positions, innerPaint, totalAdvance, bounds));
425 x, y, positions, paint, totalAdvance, bounds);
392 drawText(const char* text, int bytesCount, int count, float x, float y, const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) argument
H A DDisplayListOp.h1375 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds)
1377 mX(x), mY(y), mPositions(positions), mTotalAdvance(totalAdvance) {
1374 DrawTextOp(const char* text, int bytesCount, int count, float x, float y, const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds) argument
H A DOpenGLRenderer.cpp2804 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds,
2885 drawTextDecorations(totalAdvance, oldX, oldY, paint);
2803 drawText(const char* text, int bytesCount, int count, float x, float y, const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) argument
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp660 jfloat totalAdvance = 0; local
667 totalAdvance = layout.getAdvance();
673 return totalAdvance;
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp609 Paint* paint, uint16_t* glyphs, float* pos, float totalAdvance,
612 pos(pos), totalAdvance(totalAdvance), bounds(bounds) { }
622 x, y, pos + 2 * start, paint, totalAdvance, bounds);
632 float totalAdvance; member in class:android::RenderTextFunctor
645 float totalAdvance = layout->getAdvance(); local
647 RenderTextFunctor f(*layout, renderer, x, y, paint, glyphs, pos, totalAdvance, bounds);
608 RenderTextFunctor(const Layout& layout, DisplayListRenderer* renderer, jfloat x, jfloat y, Paint* paint, uint16_t* glyphs, float* pos, float totalAdvance, uirenderer::Rect& bounds) argument

Completed in 174 milliseconds