Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java881 private ViewInfo visit(View view, int hOffset, int vOffset, boolean setExtendedInfo, in visit()
907 private List<ViewInfo> visitAllChildren(ViewGroup viewGroup, int hOffset, int vOffset, in visitAllChildren()
934 children.add(visit(viewGroup.getChildAt(i), hOffset, vOffset, setExtendedInfo, in visitAllChildren() local
953 private ViewInfo[] visitContentRoot(View view, int hOffset, int vOffset, in visitContentRoot()
980 private ViewInfo createViewInfo(View view, int hOffset, int vOffset, boolean setExtendedInfo, in createViewInfo()
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp187 DrawTextOnPathFunctor(const minikin::Layout& layout, Canvas* canvas, float hOffset, in DrawTextOnPathFunctor()
203 float hOffset; member in android::DrawTextOnPathFunctor
210 float hOffset, float vOffset, const Paint& paint, Typeface* typeface) { in drawTextOnPath()
/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/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/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/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/layoutlib/bridge/src/android/graphics/
DBaseCanvas_Delegate.java520 float hOffset, in nDrawTextOnPath()
531 float hOffset, in nDrawTextOnPath()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatSpinner.java758 int hOffset = 0; in computeContentWidth() local
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp534 jint index, jint count, jlong pathHandle, jfloat hOffset, in drawTextOnPathChars()
550 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString()
/frameworks/base/libs/hwui/
DRecordedOp.h414 const float hOffset; member
DFontRenderer.cpp670 int numGlyphs, const SkPath* path, float hOffset, float vOffset, in renderTextOnPath()
DRecordingCanvas.cpp560 void RecordingCanvas::drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset, in drawLayoutOnPath()
DSkiaCanvas.cpp690 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