/frameworks/base/libs/hwui/hwui/ |
D | Canvas.cpp | 183 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/ |
D | RenderSessionImpl.java | 1296 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/ |
D | VideoProvider.java | 126 int hOffset = (height - rect.height()) / 2; in makeIcon() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | FakeShadowDrawable.java | 141 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 237 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/ |
D | ShadowDrawableWrapper.java | 151 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
|
/frameworks/support/v7/cardview/src/android/support/v7/widget/ |
D | RoundRectDrawableWithShadow.java | 171 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseCanvas.java | 420 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()
|
D | Canvas.java | 1866 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/ |
D | RecordingCanvas.java | 441 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/ |
D | NopCanvas.java | 288 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/ |
D | BaseCanvas_Delegate.java | 519 float hOffset, in nDrawTextOnPath() 530 float hOffset, in nDrawTextOnPath()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | AppCompatSpinner.java | 764 int hOffset = 0; in computeContentWidth() local
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 528 jint index, jint count, jlong pathHandle, jfloat hOffset, in drawTextOnPathChars() 544 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString()
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 559 void RecordingCanvas::drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset, in drawLayoutOnPath()
|
D | RecordedOp.h | 414 const float hOffset; member
|
D | FontRenderer.cpp | 670 int numGlyphs, const SkPath* path, float hOffset, float vOffset, in renderTextOnPath()
|
D | SkiaCanvas.cpp | 714 void SkiaCanvas::drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset, in drawLayoutOnPath()
|
/frameworks/base/core/java/android/widget/ |
D | Spinner.java | 1212 int hOffset = 0; in computeContentWidth() local
|