Searched refs:totalAdvance (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/text/
H A DMeasuredText.java166 float totalAdvance = 0;
171 totalAdvance +=
180 return totalAdvance;
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp397 float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) {
415 x, y, positions, outlinePaint, totalAdvance, bounds)); // bounds?
422 x, y, positions, innerPaint, totalAdvance, bounds));
428 x, y, positions, paint, totalAdvance, bounds);
395 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 DRenderer.h213 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds,
H A DOpenGLRenderer.h194 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds,
750 * @param totalAdvance The total advance in pixels, defines underline/strikethrough length
755 void drawTextDecorations(float totalAdvance, float x, float y, const SkPaint* paint);
H A DDisplayListRenderer.h145 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds,
H A DDisplayListOp.h1372 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds)
1374 mX(x), mY(y), mPositions(positions), mTotalAdvance(totalAdvance) {
1371 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.cpp2751 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds,
2832 drawTextDecorations(totalAdvance, oldX, oldY, paint);
2750 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/
H A Dandroid_view_GLES20Canvas.cpp597 Paint* paint, uint16_t* glyphs, float* pos, float totalAdvance,
600 pos(pos), totalAdvance(totalAdvance), bounds(bounds) { }
610 x, y, pos + 2 * start, paint, totalAdvance, bounds);
620 float totalAdvance; member in class:android::RenderTextFunctor
633 float totalAdvance = layout->getAdvance(); local
635 RenderTextFunctor f(*layout, renderer, x, y, paint, glyphs, pos, totalAdvance, bounds);
596 RenderTextFunctor(const Layout& layout, DisplayListRenderer* renderer, jfloat x, jfloat y, Paint* paint, uint16_t* glyphs, float* pos, float totalAdvance, uirenderer::Rect& bounds) argument
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1995 float totalAdvance = native_getTextRunAdvances(mNativePaint, mNativeTypeface, text, start, end,
2004 return totalAdvance * mInvCompatScaling; // assume errors are insignificant
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp660 jfloat totalAdvance = 0; local
667 totalAdvance = layout.getAdvance();
673 return totalAdvance;

Completed in 87 milliseconds