HomeSort by relevance Sort by last modified time
    Searched full:hoffset (Results 1 - 25 of 38) sorted by null

1 2

  /external/skia/gm/
strokerects.cpp 41 SkScalar hoffset = rand.nextSScalar1(); local
45 r->offset(-w/2 + woffset, -h/2 + hoffset);
strokes.cpp 26 SkScalar hoffset = rand.nextSScalar1(); local
30 r->offset(-w/2 + woffset, -h/2 + hoffset);
  /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 82 int numGlyphs, SkPath* path, float hOffset, float vOffset);
134 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
Font.cpp 224 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
232 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent);
287 int numGlyphs, SkPath* path, float hOffset, float vOffset) {
327 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 256 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset,
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...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 947 int hoffset; local
    [all...]
  /frameworks/base/libs/hwui/
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);
DisplayListOp.h     [all...]
  /frameworks/base/core/java/android/widget/
Spinner.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...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 476 int hoffset = local
483 renderDrawableToBitmap(icon, defaultPreview, hoffset,
  /bootable/recovery/applypatch/
imgdiff.c 236 int hoffset = Read4(cd+42); // local header offset local
251 unsigned char* lh = img + hoffset;
265 temp_entries[entrycount].data_offset = hoffset+30+nlen+xlen;
    [all...]
  /external/bison/doc/
refcard.tex 165 \hoffset -.75in
  /external/e2fsprogs/lib/et/
texinfo.tex 134 \newdimen \normaloffset \normaloffset=\hoffset
155 \def\onepageout#1{\hoffset=\normaloffset
156 \ifodd\pageno \advance\hoffset by \bindingoffset
157 \else \advance\hoffset by -\bindingoffset\fi
169 \def\croppageout#1{\hoffset=0pt % make sure this doesn't mess things up
    [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...]

Completed in 2614 milliseconds

1 2