HomeSort by relevance Sort by last modified time
    Searched refs:vOffset (Results 1 - 25 of 56) 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());
  /hardware/bsp/intel/peripheral/libupm/src/otp538u/
otp538u.h 109 * @param vOffset Desired offset voltage
111 void setVoltageOffset(float vOffset) { m_offsetVoltage = vOffset; };
  /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 182 float vOffset, const Paint& paint, const SkPath& path)
186 , vOffset(vOffset)
196 float y = vOffset + layout.getY(i);
204 float vOffset;
210 float hOffset, float vOffset, const Paint& paint, Typeface* typeface) {
221 DrawTextOnPathFunctor f(layout, this, hOffset, vOffset, paintCopy, path);
Canvas.h 233 float hOffset, float vOffset, const Paint& paint, Typeface* typeface);
248 float hOffset, float vOffset, const SkPaint& paint) = 0;
  /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 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 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 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 120 float hOffset, float vOffset, Rect* outBounds, TextDrawFunctor* functor);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FakeShadowDrawable.java 136 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
140 padding.set(hOffset, vOffset, hOffset, vOffset);
  /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/gingerbread/android/support/v7/widget/
RoundRectDrawableWithShadow.java 173 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
177 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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
NopCanvas.java 285 float vOffset, Paint paint) {
289 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) {
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 531 jfloat vOffset, jint bidiFlags, jlong paintHandle,
540 hOffset, vOffset, *paint, typeface);
546 jlong pathHandle, jfloat hOffset, jfloat vOffset,
556 hOffset, vOffset, *paint, typeface);
  /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 994 milliseconds

1 2 3