Home
last modified time | relevance | path

Searched defs:hOffset (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DCanvas.cpp183 DrawTextOnPathFunctor(const minikin::Layout& layout, Canvas* canvas, float hOffset, in DrawTextOnPathFunctor()
199 float hOffset; member in android::DrawTextOnPathFunctor
206 float hOffset, float vOffset, const Paint& paint, Typeface* typeface) { in drawTextOnPath()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java1296 private ViewInfo visit(View view, int hOffset, int vOffset, boolean setExtendedInfo, in visit()
1322 private List<ViewInfo> visitAllChildren(ViewGroup viewGroup, int hOffset, int vOffset, in visitAllChildren()
1349 children.add(visit(viewGroup.getChildAt(i), hOffset, vOffset, setExtendedInfo, in visitAllChildren() local
1368 private ViewInfo[] visitContentRoot(View view, int hOffset, int vOffset, in visitContentRoot()
1395 private ViewInfo createViewInfo(View view, int hOffset, int vOffset, boolean setExtendedInfo, in createViewInfo()
/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/data/
DVideoProvider.java126 int hOffset = (height - rect.height()) / 2; in makeIcon() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java141 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
/frameworks/base/libs/hwui/font/
DFont.cpp237 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset, in drawCachedGlyph()
301 const SkPath* path, float hOffset, float vOffset) { in render()
/frameworks/support/design/base/android/support/design/widget/
DShadowDrawableWrapper.java151 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
/frameworks/support/v7/cardview/src/android/support/v7/widget/
DRoundRectDrawableWithShadow.java171 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
/frameworks/base/graphics/java/android/graphics/
DBaseCanvas.java420 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath()
430 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath()
631 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint, in nDrawTextOnPath()
635 float hOffset, float vOffset, int flags, long nativePaint, long nativeTypeface); in nDrawTextOnPath()
DCanvas.java1866 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath()
1880 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath()
/frameworks/base/core/java/android/view/
DRecordingCanvas.java441 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath()
451 public final void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath()
635 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint, in nDrawTextOnPath()
640 float hOffset, float vOffset, int flags, long nativePaint, long nativeTypeface); in nDrawTextOnPath()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java288 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, in drawTextOnPath()
293 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) { in drawTextOnPath()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBaseCanvas_Delegate.java519 float hOffset, in nDrawTextOnPath()
530 float hOffset, in nDrawTextOnPath()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatSpinner.java764 int hOffset = 0; in computeContentWidth() local
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp528 jint index, jint count, jlong pathHandle, jfloat hOffset, in drawTextOnPathChars()
544 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString()
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp559 void RecordingCanvas::drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset, in drawLayoutOnPath()
DRecordedOp.h414 const float hOffset; member
DFontRenderer.cpp670 int numGlyphs, const SkPath* path, float hOffset, float vOffset, in renderTextOnPath()
DSkiaCanvas.cpp714 void SkiaCanvas::drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset, in drawLayoutOnPath()
/frameworks/base/core/java/android/widget/
DSpinner.java1212 int hOffset = 0; in computeContentWidth() local