HomeSort by relevance Sort by last modified time
    Searched refs:vOffset (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 702 int64_t vOffset = S + A - P;
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 = S + A - P
    [all...]
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 88 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const {
94 *vOffset = uvOffset;
99 *vOffset = 2*uvOffset;
148 int32_t vOffset;
149 if (!getOffsets(x, y, &yOffset, &uOffset, &vOffset)) return false;
153 *vAddr = getVAddress(vOffset);
  /frameworks/base/libs/hwui/font/
Font.cpp 243 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
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);
Font.h 88 int numGlyphs, const SkPath* path, float hOffset, float vOffset);
140 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
  /frameworks/base/libs/hwui/
Patch.cpp 139 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
140 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight;
141 v1 += vOffset / bitmapHeight;
FontRenderer.h 111 float hOffset, float vOffset, Rect* bounds, Functor* functor);
Renderer.h 207 float hOffset, float vOffset, const SkPaint* paint) = 0;
DisplayListRenderer.cpp 356 const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) {
364 hOffset, vOffset, paint);
DisplayListRenderer.h 146 float hOffset, float vOffset, const SkPaint* paint);
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 500 int vOffset = bufferSizeY / 4;
504 uvArray[i * w/2 + vOffset + j] = (byte) (j & 0xff);
548 int vOffset = mBufferWidth * mBufferHeight / 4;
551 result.mV = mUVBuffer.get(vOffset + index);
569 int vOffset = mVideoWidth * mVideoHeight / 4;
572 result.mV = buffer.get(index + vOffset);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FakeShadowDrawable.java 135 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/
RoundRectDrawableWithShadow.java 148 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
152 padding.set(hOffset, vOffset, hOffset, vOffset);
  /frameworks/av/include/media/stagefright/
YUVImage.h 150 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const;
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 598 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;
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);
654 jlong pathHandle, jfloat hOffset, jfloat vOffset,
    [all...]
android_view_GLES20Canvas.cpp 664 float vOffset, Paint* paint, SkPath* path)
665 : layout(layout), renderer(renderer), hOffset(hOffset), vOffset(vOffset),
673 float y = vOffset + layout.getY(i);
681 float vOffset;
687 SkPath* path, jfloat hOffset, jfloat vOffset, int bidiFlags, Paint* paint,
695 RenderTextOnPathFunctor f(layout, renderer, hOffset, vOffset, paint, path);
735 jlong pathPtr, jfloat hOffset, jfloat vOffset, jint bidiFlags, jlong paintPtr
    [all...]
  /frameworks/base/include/private/graphics/
Canvas.h 130 float hOffset, float vOffset, const SkPaint& paint) = 0;
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 924 float vOffset, Paint paint) {
929 nDrawTextOnPath(mRenderer, text, index, count, path.mNativePath, hOffset, vOffset,
934 long path, float hOffset, float vOffset, int bidiFlags, long nativePaint,
938 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) {
941 nDrawTextOnPath(mRenderer, text, 0, text.length(), path.mNativePath, hOffset, vOffset
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 831 size_t vOffset;
838 vOffset = yStride * cb->height;
839 uOffset = vOffset + 1;
850 ycbcr->cr = cpu_addr + vOffset;
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 355 final int vOffset = mBackgroundWidth - height;
356 final int midX = isHoriz() ? width / 2 : mBackgroundWidth / 2 - vOffset;
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java     [all...]
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /external/chromium_org/third_party/skia/src/gpu/
GrAAConvexPathRenderer.cpp 704 int vOffset = 0;
708 vOffset, // start vertex
713 vOffset += draw.fVertexCnt;
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 704 int vOffset = 0;
708 vOffset, // start vertex
713 vOffset += draw.fVertexCnt;
  /frameworks/base/core/jni/android/graphics/
SkiaCanvas.cpp 125 float hOffset, float vOffset, const SkPaint& paint);
707 float hOffset, float vOffset, const SkPaint& paint) {
708 mCanvas->drawTextOnPathHV(glyphs, count, path, hOffset, vOffset, paint);

Completed in 1250 milliseconds

1 2