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

1 2 3

  /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/dng_sdk/source/
dng_tile_iterator.cpp 122 int32 vOffset = tile.t;
125 int32 tileHeight = tile.b - vOffset;
136 fTopPage = (fArea.t - vOffset ) / tileHeight;
137 fBottomPage = (fArea.b - vOffset - 1) / tileHeight;
142 fTileTop = fVerticalPage * tileHeight + vOffset;
  /frameworks/base/libs/hwui/hwui/
Canvas.cpp 184 float vOffset, const Paint& paint, const SkPath& path)
188 , vOffset(vOffset)
194 canvas->drawLayoutOnPath(layout, hOffset, vOffset, paint, path, start, end);
200 float vOffset;
206 float hOffset, float vOffset, const Paint& paint, Typeface* typeface) {
217 DrawTextOnPathFunctor f(layout, this, hOffset, vOffset, paintCopy, path);
Canvas.h 271 float hOffset, float vOffset, const Paint& paint, Typeface* typeface);
284 virtual void drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset,
  /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/base/libs/hwui/font/
Font.cpp 237 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
242 vOffset += glyph->mBitmapTop + height;
251 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
252 -tangent->fY * halfWidth + tangent->fX * vOffset);
253 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
254 tangent->fY * halfWidth + tangent->fX * vOffset);
301 const SkPath* path, float hOffset, float vOffset) {
339 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
Font.h 90 int numGlyphs, const SkPath* path, float hOffset, float vOffset);
142 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
  /frameworks/base/libs/hwui/
Patch.cpp 119 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
120 float v2 = std::max(0.0f, stepY - vOffset) / bitmapHeight;
121 v1 += vOffset / bitmapHeight;
RecordedOp.h 403 const glyph_t* glyphs, int glyphCount, const SkPath* path, float hOffset, float vOffset)
409 , vOffset(vOffset) {}
415 const float vOffset;
FontRenderer.h 103 float hOffset, float vOffset, Rect* outBounds, TextDrawFunctor* functor);
SkiaCanvas.h 166 virtual void drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FakeShadowDrawable.java 139 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
143 padding.set(hOffset, vOffset, hOffset, vOffset);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java     [all...]
  /frameworks/support/design/base/android/support/design/widget/
ShadowDrawableWrapper.java 149 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
153 padding.set(hOffset, vOffset, hOffset, vOffset);
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
RoundRectDrawableWithShadow.java 169 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
173 padding.set(hOffset, vOffset, hOffset, vOffset);
  /frameworks/av/media/libstagefright/include/
YUVImage.h 150 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
NopCanvas.java 289 float vOffset, Paint paint) {
293 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) {
  /frameworks/base/core/java/android/view/
RecordingCanvas.java 441 float hOffset, float vOffset, @NonNull Paint paint) {
446 path.readOnlyNI(), hOffset, vOffset,
452 float vOffset, @NonNull Paint paint) {
454 nDrawTextOnPath(mNativeCanvasWrapper, text, path.readOnlyNI(), hOffset, vOffset,
635 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint,
640 float hOffset, float vOffset, int flags, long nativePaint, long nativeTypeface);
  /frameworks/base/graphics/java/android/graphics/
BaseCanvas.java 420 float hOffset, float vOffset, @NonNull Paint paint) {
426 path.readOnlyNI(), hOffset, vOffset,
431 float vOffset, @NonNull Paint paint) {
434 nDrawTextOnPath(mNativeCanvasWrapper, text, path.readOnlyNI(), hOffset, vOffset,
631 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint,
635 float hOffset, float vOffset, int flags, long nativePaint, long nativeTypeface);
Canvas.java     [all...]
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp     [all...]
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 529 jfloat vOffset, jint bidiFlags, jlong paintHandle,
538 hOffset, vOffset, *paint, typeface);
544 jlong pathHandle, jfloat hOffset, jfloat vOffset,
554 hOffset, vOffset, *paint, typeface);
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java     [all...]

Completed in 1043 milliseconds

1 2 3