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

1 2

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 90 int bidiFlags, jfloat hOffset, jfloat vOffset,
93 SkScalar h_ = SkFloatToScalar(hOffset);
TextLayout.h 73 int bidiFlags, jfloat hOffset, jfloat vOffset,
Canvas.cpp     [all...]
  /frameworks/base/libs/hwui/font/
Font.h 83 int numGlyphs, SkPath* path, float hOffset, float vOffset);
135 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
Font.cpp 229 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
237 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent);
292 int numGlyphs, SkPath* path, float hOffset, float vOffset) {
332 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /frameworks/base/core/java/android/widget/
Spinner.java     [all...]
  /frameworks/base/libs/hwui/
FontRenderer.h 112 uint32_t len, int numGlyphs, SkPath* path, float hOffset, float vOffset, Rect* bounds,
DisplayListRenderer.cpp 396 SkPath* path, float hOffset, float vOffset, SkPaint* paint) {
404 hOffset, vOffset, paint);
DisplayListRenderer.h 120 float hOffset, float vOffset, SkPaint* paint);
FontRenderer.cpp 707 float hOffset, float vOffset, Rect* bounds, Functor* functor) {
714 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, vOffset);
OpenGLRenderer.h 314 float hOffset, float vOffset, SkPaint* paint);
    [all...]
DisplayListOp.h     [all...]
OpenGLRenderer.cpp     [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java     [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 625 SkPath* path, jfloat hOffset, jfloat vOffset, int flags, SkPaint* paint) {
635 hOffset, vOffset, paint);
678 SkPath* path, jfloat hOffset, jfloat vOffset, jint flags, SkPaint* paint) {
681 hOffset, vOffset, flags, paint);
687 SkPath* path, jfloat hOffset, jfloat vOffset, jint flags, SkPaint* paint) {
690 hOffset, vOffset, flags, paint);
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h     [all...]
  /external/skia/include/core/
SkCanvas.h     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp     [all...]
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
SkDraw.cpp     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 804 milliseconds

1 2