Searched refs:vOffset (Results 1 - 25 of 25) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFObject.hxx702 int64_t vOffset = S + A - P; local
704 if (vOffset > INT32_MAX || vOffset < INT32_MIN) {
722 vOffset = S + A - P;
724 if (vOffset > INT32_MAX || vOffset < INT32_MIN) {
731 rsl_assert(vOffset <= INT32_MAX && vOffset >= INT32_MIN);
732 *paddr = (int32_t)(vOffset & 0xFFFFFFFF);
758 int64_t vOffset local
772 int64_t vOffset = S + A - P; local
[all...]
/frameworks/av/media/libstagefright/yuv/
H A DYUVImage.cpp88 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const {
94 *vOffset = uvOffset;
99 *vOffset = 2*uvOffset;
148 int32_t vOffset; local
149 if (!getOffsets(x, y, &yOffset, &uOffset, &vOffset)) return false;
153 *vAddr = getVAddress(vOffset);
/frameworks/base/libs/hwui/font/
H A DFont.cpp243 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset, argument
248 vOffset += glyph->mBitmapTop + height;
257 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
258 -tangent->fY * halfWidth + tangent->fX * vOffset);
259 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
260 tangent->fY * halfWidth + tangent->fX * vOffset);
306 int numGlyphs, const SkPath* path, float hOffset, float vOffset) {
346 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
305 render(const SkPaint* paint, const char *text, uint32_t start, uint32_t len, int numGlyphs, const SkPath* path, float hOffset, float vOffset) argument
H A DFont.h88 int numGlyphs, const SkPath* path, float hOffset, float vOffset);
140 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
/frameworks/base/libs/hwui/
H A DPatch.cpp139 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1)); local
140 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight;
141 v1 += vOffset / bitmapHeight;
H A DFontRenderer.h111 float hOffset, float vOffset, Rect* bounds, Functor* functor);
H A DRenderer.h216 float hOffset, float vOffset, const SkPaint* paint) = 0;
H A DDisplayListRenderer.cpp359 const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) {
367 hOffset, vOffset, paint);
358 drawTextOnPath(const char* text, int bytesCount, int count, const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) argument
H A DDisplayListRenderer.h148 float hOffset, float vOffset, const SkPaint* paint);
H A DFontRenderer.cpp710 float hOffset, float vOffset, Rect* bounds, Functor* functor) {
717 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, vOffset);
708 renderTextOnPath(const SkPaint* paint, const Rect* clip, const char *text, uint32_t startIndex, uint32_t len, int numGlyphs, const SkPath* path, float hOffset, float vOffset, Rect* bounds, Functor* functor) argument
H A DOpenGLRenderer.h190 float hOffset, float vOffset, const SkPaint* paint);
H A DDisplayListOp.h1332 const SkPath* path, float hOffset, float vOffset, const SkPaint* paint)
1334 mPath(path), mHOffset(hOffset), mVOffset(vOffset) {
1331 DrawTextOnPathOp(const char* text, int bytesCount, int count, const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) argument
H A DOpenGLRenderer.cpp2838 const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) {
2861 hOffset, vOffset, hasActiveLayer ? &bounds : NULL, &functor)) {
2837 drawTextOnPath(const char* text, int bytesCount, int count, const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java135 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
139 padding.set(hOffset, vOffset, hOffset, vOffset);
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java158 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
162 padding.set(hOffset, vOffset, hOffset, vOffset);
/frameworks/av/include/media/stagefright/
H A DYUVImage.h150 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const;
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp598 float vOffset, const Paint& paint, const SkPath& path)
599 : layout(layout), canvas(canvas), hOffset(hOffset), vOffset(vOffset),
607 float y = vOffset + layout.getY(i);
615 float vOffset; member in class:android::CanvasJNI::DrawTextOnPathFunctor
621 const SkPath& path, float hOffset, float vOffset,
633 DrawTextOnPathFunctor f(layout, canvas, hOffset, vOffset, paintCopy, path);
639 jfloat vOffset, jint bidiFlags, jlong paintHandle,
648 hOffset, vOffset, *paint, typeface); local
654 jlong pathHandle, jfloat hOffset, jfloat vOffset,
597 DrawTextOnPathFunctor(const Layout& layout, Canvas* canvas, float hOffset, float vOffset, const Paint& paint, const SkPath& path) argument
620 drawTextOnPath(Canvas* canvas, const uint16_t* text, int count, int bidiFlags, const SkPath& path, float hOffset, float vOffset, const Paint& paint, TypefaceImpl* typeface) argument
637 drawTextOnPathChars(JNIEnv* env, jobject, jlong canvasHandle, jcharArray text, jint index, jint count, jlong pathHandle, jfloat hOffset, jfloat vOffset, jint bidiFlags, jlong paintHandle, jlong typefaceHandle) argument
653 drawTextOnPathString(JNIEnv* env, jobject, jlong canvasHandle, jstring text, jlong pathHandle, jfloat hOffset, jfloat vOffset, jint bidiFlags, jlong paintHandle, jlong typefaceHandle) argument
664 hOffset, vOffset, *paint, typeface); local
[all...]
H A Dandroid_view_GLES20Canvas.cpp652 float vOffset, Paint* paint, SkPath* path)
653 : layout(layout), renderer(renderer), hOffset(hOffset), vOffset(vOffset),
661 float y = vOffset + layout.getY(i);
669 float vOffset; member in class:android::RenderTextOnPathFunctor
675 SkPath* path, jfloat hOffset, jfloat vOffset, int bidiFlags, Paint* paint,
683 RenderTextOnPathFunctor f(layout, renderer, hOffset, vOffset, paint, path);
723 jlong pathPtr, jfloat hOffset, jfloat vOffset, jint bidiFlags, jlong paintPtr,
732 hOffset, vOffset, bidiFlags, paint, typeface);
738 jlong pathPtr, jfloat hOffset, jfloat vOffset, jin
651 RenderTextOnPathFunctor(const Layout& layout, DisplayListRenderer* renderer, float hOffset, float vOffset, Paint* paint, SkPath* path) argument
674 renderTextOnPath(DisplayListRenderer* renderer, const jchar* text, int count, SkPath* path, jfloat hOffset, jfloat vOffset, int bidiFlags, Paint* paint, TypefaceImpl* typeface) argument
721 android_view_GLES20Canvas_drawTextArrayOnPath(JNIEnv* env, jobject clazz, jlong rendererPtr, jcharArray text, jint index, jint count, jlong pathPtr, jfloat hOffset, jfloat vOffset, jint bidiFlags, jlong paintPtr, jlong typefacePtr) argument
736 android_view_GLES20Canvas_drawTextOnPath(JNIEnv* env, jobject clazz, jlong rendererPtr, jstring text, jint start, jint end, jlong pathPtr, jfloat hOffset, jfloat vOffset, jint bidiFlags, jlong paintPtr, jlong typefacePtr) argument
[all...]
/frameworks/base/include/private/graphics/
H A DCanvas.h130 float hOffset, float vOffset, const SkPaint& paint) = 0;
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java926 float vOffset, Paint paint) {
931 nDrawTextOnPath(mRenderer, text, index, count, path.mNativePath, hOffset, vOffset,
936 long path, float hOffset, float vOffset, int bidiFlags, long nativePaint,
940 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) { argument
943 nDrawTextOnPath(mRenderer, text, 0, text.length(), path.mNativePath, hOffset, vOffset,
948 long path, float hOffset, float vOffset, int bidiFlags, long nativePaint,
925 drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, float vOffset, Paint paint) argument
935 nDrawTextOnPath(long renderer, char[] text, int index, int count, long path, float hOffset, float vOffset, int bidiFlags, long nativePaint, long typeface) argument
947 nDrawTextOnPath(long renderer, String text, int start, int end, long path, float hOffset, float vOffset, int bidiFlags, long nativePaint, long typeface) argument
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1860 * @param vOffset The distance above(-) or below(+) the path to position
1865 float hOffset, float vOffset, @NonNull Paint paint) {
1870 path.ni(), hOffset, vOffset,
1883 * @param vOffset The distance above(-) or below(+) the path to position
1888 float vOffset, @NonNull Paint paint) {
1890 native_drawTextOnPath(mNativeCanvasWrapper, text, path.ni(), hOffset, vOffset,
2101 float vOffset, int bidiFlags,
2106 float vOffset,
1864 drawTextOnPath(@onNull char[] text, int index, int count, @NonNull Path path, float hOffset, float vOffset, @NonNull Paint paint) argument
1887 drawTextOnPath(@onNull String text, @NonNull Path path, float hOffset, float vOffset, @NonNull Paint paint) argument
2097 native_drawTextOnPath(long nativeCanvas, char[] text, int index, int count, long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint, long nativeTypeface) argument
2103 native_drawTextOnPath(long nativeCanvas, String text, long nativePath, float hOffset, float vOffset, int flags, long nativePaint, long nativeTypeface) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java355 final int vOffset = mBackgroundWidth - height;
356 final int midX = isHoriz() ? width / 2 : mBackgroundWidth / 2 - vOffset;
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java1171 int vOffset = msg.arg1;
1181 System.arraycopy(p, vOffset, value, 0, vsize);
/frameworks/base/core/jni/android/graphics/
H A DSkiaCanvas.cpp125 float hOffset, float vOffset, const SkPaint& paint);
707 float hOffset, float vOffset, const SkPaint& paint) {
708 mCanvas->drawTextOnPathHV(glyphs, count, path, hOffset, vOffset, paint);
706 drawTextOnPath(const uint16_t* glyphs, int count, const SkPath& path, float hOffset, float vOffset, const SkPaint& paint) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java885 float vOffset, int bidiFlags,
896 float vOffset,
881 native_drawTextOnPath(long nativeCanvas, char[] text, int index, int count, long path, float hOffset, float vOffset, int bidiFlags, long paint, long typeface) argument
893 native_drawTextOnPath(long nativeCanvas, String text, long path, float hOffset, float vOffset, int bidiFlags, long paint, long typeface) argument

Completed in 340 milliseconds