/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | FakeShadowDrawable.java | 135 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
|
/frameworks/base/libs/hwui/ |
D | Patch.cpp | 121 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1)); in Patch() local
|
D | FontRenderer.cpp | 673 float hOffset, float vOffset, Rect* bounds, TextDrawFunctor* functor) { in renderTextOnPath()
|
D | DisplayListCanvas.cpp | 428 const SkPath& path, float hOffset, float vOffset, const SkPaint& paint) { in drawTextOnPath()
|
D | SkiaCanvas.cpp | 700 float hOffset, float vOffset, const SkPaint& paint) { in drawTextOnPath()
|
D | DisplayListOp.h | 1283 const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) in DrawTextOnPathOp()
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 242 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset, in drawCachedGlyph() 306 int numGlyphs, const SkPath* path, float hOffset, float vOffset) { in render()
|
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/ |
D | RoundRectDrawableWithShadow.java | 158 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
|
/frameworks/support/design/base/android/support/design/widget/ |
D | ShadowDrawableWrapper.java | 146 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 583 float vOffset, const Paint& paint, const SkPath& path) in DrawTextOnPathFunctor() 600 float vOffset; member in android::CanvasJNI::DrawTextOnPathFunctor 606 const SkPath& path, float hOffset, float vOffset, in drawTextOnPath() 624 jfloat vOffset, jint bidiFlags, jlong paintHandle, in drawTextOnPathChars() 639 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RotarySelector.java | 355 final int vOffset = mBackgroundWidth - height; in onDraw() local
|
/frameworks/av/media/libstagefright/yuv/ |
D | YUVImage.cpp | 148 int32_t vOffset; in getYUVAddresses() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 1882 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath() 1905 float vOffset, @NonNull Paint paint) { in drawTextOnPath() 2118 float vOffset, int bidiFlags, in native_drawTextOnPath() 2123 float vOffset, in native_drawTextOnPath()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 891 float vOffset, int bidiFlags, in native_drawTextOnPath() 902 float vOffset, in native_drawTextOnPath()
|
/frameworks/base/media/java/android/media/audiofx/ |
D | AudioEffect.java | 1172 int vOffset = msg.arg1; in handleMessage() local
|