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

1 2

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
PointLabelFormatter.java 31 public float vOffset;
46 * @param vOffset Vertical offset of text in pixels. Offset is in screen coordinates;
49 public PointLabelFormatter(int textColor, float hOffset, float vOffset) {
52 this.vOffset = vOffset;
BarRenderer.java 244 canvas.drawText(pointLabeler.getLabel(b.series, b.seriesIndex), b.intX + plf.hOffset, b.intY + plf.vOffset, plf.getTextPaint());
265 canvas.drawText(pointLabeler.getLabel(b.series, b.seriesIndex), leftX + width/2 + plf.hOffset, b.intY + plf.vOffset, plf.getTextPaint());
288 canvas.drawText(pointLabeler.getLabel(b.series, b.seriesIndex), b.intX + plf.hOffset, b.intY + plf.vOffset, plf.getTextPaint());
LineAndPointRenderer.java 149 canvas.drawText(pointLabeler.getLabel(series, p.second), p.first.x + plf.hOffset, p.first.y + plf.vOffset, plf.getTextPaint());
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
TextLabelWidget.java 110 float vOffset = labelPaint.getFontMetrics().descent;
133 canvas.drawText(text, 0, vOffset, labelPaint);
  /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 242 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
247 vOffset += glyph->mBitmapTop + height;
256 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
257 -tangent->fY * halfWidth + tangent->fX * vOffset);
258 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
259 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 89 int numGlyphs, const SkPath* path, float hOffset, float vOffset);
141 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
  /frameworks/base/libs/hwui/
Patch.cpp 121 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
122 float v2 = std::max(0.0f, stepY - vOffset) / bitmapHeight;
123 v1 += vOffset / bitmapHeight;
Canvas.h 159 float hOffset, float vOffset, const SkPaint& paint) = 0;
FontRenderer.h 98 float hOffset, float vOffset, Rect* bounds, TextDrawFunctor* functor);
SkiaCanvas.cpp 127 float hOffset, float vOffset, const SkPaint& paint) override;
700 float hOffset, float vOffset, const SkPaint& paint) {
701 mCanvas->drawTextOnPathHV(glyphs, count << 1, path, hOffset, vOffset, paint);
DisplayListCanvas.h 237 float hOffset, float vOffset, const SkPaint& paint) override;
DisplayListCanvas.cpp 428 const SkPath& path, float hOffset, float vOffset, const SkPaint& paint) {
434 hOffset, vOffset, refPaint(&paint));
FontRenderer.cpp 673 float hOffset, float vOffset, Rect* bounds, TextDrawFunctor* functor) {
680 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, 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/design/base/android/support/design/widget/
ShadowDrawableWrapper.java 146 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
150 padding.set(hOffset, vOffset, hOffset, vOffset);
  /frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
RoundRectDrawableWithShadow.java 158 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
162 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 583 float vOffset, const Paint& paint, const SkPath& path)
584 : layout(layout), canvas(canvas), hOffset(hOffset), vOffset(vOffset),
592 float y = vOffset + layout.getY(i);
600 float vOffset;
606 const SkPath& path, float hOffset, float vOffset,
618 DrawTextOnPathFunctor f(layout, canvas, hOffset, vOffset, paintCopy, path);
624 jfloat vOffset, jint bidiFlags, jlong paintHandle,
633 hOffset, vOffset, *paint, typeface);
639 jlong pathHandle, jfloat hOffset, jfloat vOffset,
    [all...]
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java     [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 844 size_t vOffset;
851 vOffset = yStride * cb->height;
852 uOffset = vOffset + 1;
863 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 

Completed in 2046 milliseconds

1 2