Home
last modified time | relevance | path

Searched defs:vOffset (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java135 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
/frameworks/base/libs/hwui/
DPatch.cpp121 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1)); in Patch() local
DFontRenderer.cpp673 float hOffset, float vOffset, Rect* bounds, TextDrawFunctor* functor) { in renderTextOnPath()
DDisplayListCanvas.cpp428 const SkPath& path, float hOffset, float vOffset, const SkPaint& paint) { in drawTextOnPath()
DSkiaCanvas.cpp700 float hOffset, float vOffset, const SkPaint& paint) { in drawTextOnPath()
DDisplayListOp.h1283 const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) in DrawTextOnPathOp()
/frameworks/base/libs/hwui/font/
DFont.cpp242 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/
DRoundRectDrawableWithShadow.java158 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
/frameworks/support/design/base/android/support/design/widget/
DShadowDrawableWrapper.java146 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp583 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/
DRotarySelector.java355 final int vOffset = mBackgroundWidth - height; in onDraw() local
/frameworks/av/media/libstagefright/yuv/
DYUVImage.cpp148 int32_t vOffset; in getYUVAddresses() local
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1882 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/
DCanvas_Delegate.java891 float vOffset, int bidiFlags, in native_drawTextOnPath()
902 float vOffset, in native_drawTextOnPath()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1172 int vOffset = msg.arg1; in handleMessage() local