HomeSort by relevance Sort by last modified time
    Searched refs:hOffset (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/libs/hwui/font/
Font.h 88 int numGlyphs, const SkPath* path, float hOffset, float vOffset);
140 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
Font.cpp 243 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
251 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent);
306 int numGlyphs, const SkPath* path, float hOffset, float vOffset) {
346 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 597 DrawTextOnPathFunctor(const Layout& layout, Canvas* canvas, float hOffset,
599 : layout(layout), canvas(canvas), hOffset(hOffset), vOffset(vOffset),
606 float x = hOffset + layout.getX(i);
614 float hOffset;
621 const SkPath& path, float hOffset, float vOffset,
626 hOffset += MinikinUtils::hOffsetForTextAlign(&paintCopy, layout, path);
633 DrawTextOnPathFunctor f(layout, canvas, hOffset, vOffset, paintCopy, path);
638 jint index, jint count, jlong pathHandle, jfloat hOffset,
648 hOffset, vOffset, *paint, typeface)
    [all...]
android_view_GLES20Canvas.cpp 663 RenderTextOnPathFunctor(const Layout& layout, DisplayListRenderer* renderer, float hOffset,
665 : layout(layout), renderer(renderer), hOffset(hOffset), vOffset(vOffset),
672 float x = hOffset + layout.getX(i);
680 float hOffset;
687 SkPath* path, jfloat hOffset, jfloat vOffset, int bidiFlags, Paint* paint,
691 hOffset += MinikinUtils::hOffsetForTextAlign(paint, layout, *path);
695 RenderTextOnPathFunctor f(layout, renderer, hOffset, vOffset, paint, path);
735 jlong pathPtr, jfloat hOffset, jfloat vOffset, jint bidiFlags, jlong paintPtr
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FakeShadowDrawable.java 137 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius,
139 padding.set(hOffset, vOffset, hOffset, vOffset);
  /frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
RoundRectDrawableWithShadow.java 150 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius,
152 padding.set(hOffset, vOffset, hOffset, vOffset);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerCompat.java     [all...]
  /frameworks/base/include/private/graphics/
Canvas.h 130 float hOffset, float vOffset, const SkPaint& paint) = 0;
  /frameworks/base/core/java/android/widget/
Spinner.java     [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 923 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset,
929 nDrawTextOnPath(mRenderer, text, index, count, path.mNativePath, hOffset, vOffset,
934 long path, float hOffset, float vOffset, int bidiFlags, long nativePaint,
938 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) {
941 nDrawTextOnPath(mRenderer, text, 0, text.length(), path.mNativePath, hOffset, vOffset
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /frameworks/base/libs/hwui/
FontRenderer.h 111 float hOffset, float vOffset, Rect* bounds, Functor* functor);
Renderer.h 207 float hOffset, float vOffset, const SkPaint* paint) = 0;
DisplayListRenderer.cpp 356 const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) {
364 hOffset, vOffset, paint);
DisplayListRenderer.h 146 float hOffset, float vOffset, const SkPaint* paint);
FontRenderer.cpp 710 float hOffset, float vOffset, Rect* bounds, Functor* functor) {
717 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, vOffset);
OpenGLRenderer.h 199 float hOffset, float vOffset, const SkPaint* paint);
    [all...]
DisplayListOp.h     [all...]
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /frameworks/base/core/jni/android/graphics/
SkiaCanvas.cpp 125 float hOffset, float vOffset, const SkPaint& paint);
707 float hOffset, float vOffset, const SkPaint& paint) {
708 mCanvas->drawTextOnPathHV(glyphs, count, path, hOffset, vOffset, paint);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h     [all...]
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]

Completed in 1429 milliseconds

1 2