HomeSort by relevance Sort by last modified time
    Searched refs:hOffset (Results 1 - 25 of 44) 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 651 RenderTextOnPathFunctor(const Layout& layout, DisplayListRenderer* renderer, float hOffset,
653 : layout(layout), renderer(renderer), hOffset(hOffset), vOffset(vOffset),
660 float x = hOffset + layout.getX(i);
668 float hOffset;
675 SkPath* path, jfloat hOffset, jfloat vOffset, int bidiFlags, Paint* paint,
679 hOffset += MinikinUtils::hOffsetForTextAlign(paint, layout, *path);
683 RenderTextOnPathFunctor f(layout, renderer, hOffset, vOffset, paint, path);
723 jlong pathPtr, jfloat hOffset, jfloat vOffset, jint bidiFlags, jlong paintPtr,
732 hOffset, vOffset, bidiFlags, paint, typeface)
    [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 160 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius,
162 padding.set(hOffset, vOffset, hOffset, vOffset);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerCompat.java     [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 422 * @param hOffset offset of the top of the patch.
426 private static int[] convertPixelYuvToRgba(int w, int h, int wOffset, int hOffset,
432 w > 0 && h > 0 && wOffset >= 0 && hOffset >= 0);
444 Rect crop = new Rect(/*left*/wOffset, /*top*/hOffset, /*right*/wOffset + w,
445 /*bottom*/hOffset + h);
477 for (int i = hOffset; i < hOffset + h; i++) {
480 if ((i & 1) == (hOffset & 1)) {
    [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 925 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset,
931 nDrawTextOnPath(mRenderer, text, index, count, path.mNativePath, hOffset, vOffset,
936 long path, float hOffset, float vOffset, int bidiFlags, long nativePaint,
940 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) {
943 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 216 float hOffset, float vOffset, const SkPaint* paint) = 0;
DisplayListRenderer.cpp 359 const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) {
367 hOffset, vOffset, paint);
DisplayListRenderer.h 148 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 190 float hOffset, float vOffset, const SkPaint* paint);
    [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 464 milliseconds

1 2