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

1 2

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 90 int bidiFlags, jfloat hOffset, jfloat vOffset,
94 SkScalar v_ = SkFloatToScalar(vOffset);
TextLayout.h 73 int bidiFlags, jfloat hOffset, jfloat vOffset,
Canvas.cpp     [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 224 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
229 vOffset += glyph->mBitmapTop + height;
238 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
239 -tangent->fY * halfWidth + tangent->fX * vOffset);
240 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
241 tangent->fY * halfWidth + tangent->fX * vOffset);
287 int numGlyphs, SkPath* path, float hOffset, float vOffset) {
327 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
Font.h 82 int numGlyphs, SkPath* path, float hOffset, float vOffset);
134 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 257 float vOffset, Paint paint) {
258 super.drawTextOnPath(text, index, count, path, hOffset, vOffset, paint);
263 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) {
264 super.drawTextOnPath(text, path, hOffset, vOffset, paint);
GLES20Canvas.java     [all...]
  /frameworks/base/libs/hwui/
Patch.cpp 168 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
169 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight;
170 v1 += vOffset / bitmapHeight;
FontRenderer.h 73 uint32_t len, int numGlyphs, SkPath* path, float hOffset, float vOffset, Rect* bounds);
DisplayListRenderer.cpp 398 SkPath* path, float hOffset, float vOffset, SkPaint* paint) {
406 hOffset, vOffset, paint);
DisplayListRenderer.h 121 float hOffset, float vOffset, SkPaint* paint);
FontRenderer.cpp 614 float hOffset, float vOffset, Rect* bounds) {
621 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, vOffset);
OpenGLRenderer.h 269 float hOffset, float vOffset, SkPaint* paint);
    [all...]
DisplayListOp.h     [all...]
  /frameworks/av/include/media/stagefright/
YUVImage.h 150 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const;
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 587 SkPath* path, jfloat hOffset, jfloat vOffset, int flags, SkPaint* paint) {
597 hOffset, vOffset, paint);
635 SkPath* path, jfloat hOffset, jfloat vOffset, jint flags, SkPaint* paint) {
638 hOffset, vOffset, flags, paint);
644 SkPath* path, jfloat hOffset, jfloat vOffset, jint flags, SkPaint* paint) {
647 hOffset, vOffset, flags, paint);
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 845 size_t vOffset;
852 vOffset = yStride * cb->height;
853 uOffset = vOffset + 1;
864 ycbcr->cr = cpu_addr + vOffset;
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 348 final int vOffset = mBackgroundWidth - height;
349 final int midX = isHoriz() ? width / 2 : mBackgroundWidth / 2 - vOffset;
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java     [all...]
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/skia/legacy/include/core/
SkCanvas.h     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java     [all...]
  /external/skia/legacy/src/core/
SkCanvas.cpp     [all...]

Completed in 1970 milliseconds

1 2