Home
last modified time | relevance | path

Searched refs:yOffset (Results 1 – 25 of 47) sorted by relevance

12

/external/skia/gm/
Dtextblobtransforms.cpp44 SkScalar yOffset = bounds.height(); in onOnceBeforeDraw() local
49 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, -yOffset - 10); in onOnceBeforeDraw()
78 SkScalar yOffset = SkScalarCeilToScalar(bounds.height()); in onDraw() local
80 canvas->translate(xOffset, 2 * yOffset); in onDraw()
86 canvas->translate(-xOffset, -yOffset); in onDraw()
88 canvas->translate(0, 2 * yOffset); in onDraw()
92 canvas->translate(4 * xOffset, -yOffset); in onDraw()
96 canvas->translate(0, -yOffset); in onDraw()
102 canvas->translate(-xOffset, yOffset); in onDraw()
108 canvas->translate(- 3 * xOffset, 3 * yOffset); in onDraw()
Dmixedtextblobs.cpp64 SkScalar yOffset = bounds.height(); in onOnceBeforeDraw() local
65 sk_tool_utils::add_to_text_blob(&builder, text, paint, 10, yOffset); in onOnceBeforeDraw()
67 SkScalar corruptedAy = yOffset; in onOnceBeforeDraw()
73 yOffset = boundsHalfHeight; in onOnceBeforeDraw()
82 yOffset - bounds.height() * 0.5f); in onOnceBeforeDraw()
83 yOffset += bounds.height(); in onOnceBeforeDraw()
92 yOffset); in onOnceBeforeDraw()
Darcofzorro.cpp41 int xOffset = 0, yOffset = 0; in onDraw() local
50 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset)); in onDraw()
63 yOffset += 10; in onDraw()
Dtextblobcolortrans.cpp39 SkScalar yOffset = bounds.height(); in onOnceBeforeDraw() local
40 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, yOffset - 30); in onOnceBeforeDraw()
48 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, yOffset - 8); in onOnceBeforeDraw()
Dtablecolorfilter.cpp147 SkScalar yOffset = SkScalar(bm.height() * 9 / 8); in onDraw() local
171 y += yOffset; in onDraw()
184 y += yOffset; in onDraw()
/external/proguard/src/proguard/gui/splash/
DShadowedSprite.java33 private final VariableInt yOffset; field in ShadowedSprite
52 VariableInt yOffset, in ShadowedSprite() argument
58 this.yOffset = yOffset; in ShadowedSprite()
88 int yo = yOffset.getInt(time) - b/2; in paint()
/external/v8/test/mjsunit/regress/
Dregress-201590.js38 Foo.prototype.bar = function (x, y, xOffset, yOffset) { argument
42 yOffset = yOffset * 0.5 || 0;
45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapCharacter.java50 private int yOffset; field in BitmapCharacter
113 return yOffset; in getYOffset()
117 yOffset = offset; in setYOffset()
164 oc.write(yOffset, "yOffset", 0); in write()
189 yOffset = ic.readInt("yOffset", 0); in read()
/external/pdfium/third_party/freetype/src/cff/
Dcf2hints.c1059 glyphpath->yOffset = font->darkenY; in cf2_glyphpath_init()
1062 cf2_fixedAbs( glyphpath->yOffset ) ); in cf2_glyphpath_init()
1486 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset()
1494 glyphpath->yOffset ); in cf2_glyphpath_computeOffset()
1511 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset()
1519 glyphpath->yOffset ); in cf2_glyphpath_computeOffset()
1533 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset()
1539 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset()
1547 glyphpath->yOffset ); in cf2_glyphpath_computeOffset()
1558 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset()
[all …]
Dcf2hints.h219 CF2_Fixed yOffset; member
/external/freetype/src/cff/
Dcf2hints.c1059 glyphpath->yOffset = font->darkenY; in cf2_glyphpath_init()
1062 cf2_fixedAbs( glyphpath->yOffset ) ); in cf2_glyphpath_init()
1486 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset()
1494 glyphpath->yOffset ); in cf2_glyphpath_computeOffset()
1511 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset()
1519 glyphpath->yOffset ); in cf2_glyphpath_computeOffset()
1533 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset()
1539 *y = glyphpath->yOffset; in cf2_glyphpath_computeOffset()
1547 glyphpath->yOffset ); in cf2_glyphpath_computeOffset()
1558 *y = 2 * glyphpath->yOffset; in cf2_glyphpath_computeOffset()
[all …]
Dcf2hints.h219 CF2_Fixed yOffset; member
/external/skia/src/core/
DSkReadBuffer.cpp225 const int32_t yOffset = this->readInt(); in readBitmap() local
229 if (0 != xOffset || 0 != yOffset) { in readBitmap()
235 yOffset); in readBitmap()
239 SkASSERT(0 == xOffset && 0 == yOffset); in readBitmap()
253 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); in readBitmap()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPopupWindow.java31 private int yOffset; field in ShadowPopupWindow
154 yOffset = yoff; in showAsDropDown()
171 return yOffset; in getYOffset()
DShadowToast.java58 public void setGravity(int gravity, int xOffset, int yOffset) { in setGravity() argument
/external/replicaisland/tools/
DExtractPoints.js123 tile.yOffset = row * tileSizeY;
126 tile.centerY -= tile.yOffset;
147 edge.startY -= tile.yOffset;
149 edge.endY -= tile.yOffset;
151 edge.centerY -= tile.yOffset;
/external/skia/src/effects/
DSkMagnifierImageFilter.cpp30 float yOffset, in Create() argument
38 yOffset, in Create()
70 float yOffset, in GrMagnifierEffect() argument
78 , fYOffset(yOffset) in GrMagnifierEffect()
283 SkScalar yOffset = texture->origin() == kTopLeft_GrSurfaceOrigin ? fSrcRect.y() : in asFragmentProcessor() local
297 yOffset / texture->height(), in asFragmentProcessor()
/external/opencv/cxcore/include/
Dcxcore.hpp144 cvRect(image->roi->xOffset,image->roi->yOffset, in roi()
172 (uchar*)(image->imageData + (y+image->roi->yOffset)*image->widthStep + in roi_row()
186 (const uchar*)(image->imageData + (y+image->roi->yOffset)*image->widthStep + in roi_row()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp86 float yOffset = ps[dyStart * 2 + 1]; in drawGlyphs() local
89 while (dyEnd < out && yOffset == ps[dyEnd * 2 + 1]) { in drawGlyphs()
93 …ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED |… in drawGlyphs()
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp468 int yOffset = rnd.getInt(0, yOffsetMax); in iterate() local
472 glViewport(xOffset, yOffset, width, height); in iterate()
487 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess()); in iterate()
492 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, referenceImg.getAccess()); in iterate()
/external/skia/src/sfnt/
DSkOTTable_EBDT.h90 SK_OT_CHAR yOffset; // Position of component top member
/external/pdfium/third_party/freetype/include/
Dftoutln.h270 FT_Pos yOffset );
/external/freetype/include/
Dftoutln.h270 FT_Pos yOffset );
/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java197 final float yOffset = y * mTileHeight; in testBox() local
201 final float tileSpaceTop = top - yOffset; in testBox()
202 final float tileSpaceBottom = bottom - yOffset; in testBox()
204 worldTileOffset.set(xOffset, yOffset); in testBox()
/external/skia/tools/
DPictureRenderer.cpp638 int xOffset, int yOffset) { in bitmapCopyAtOffset() argument
639 for (int y = 0; y <src.height() && y + yOffset < dst->height() ; y++) { in bitmapCopyAtOffset()
641 *dst->getAddr32(xOffset + x, yOffset + y) = *src.getAddr32(x, y); in bitmapCopyAtOffset()

12