Home
last modified time | relevance | path

Searched refs:xOffset (Results 1 – 25 of 41) sorted by relevance

12

/external/skia/gm/
Dtextblobtransforms.cpp38 SkScalar xOffset = bounds.width() + 5; in onOnceBeforeDraw() local
41 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, 0); in onOnceBeforeDraw()
49 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, -yOffset - 10); in onOnceBeforeDraw()
77 SkScalar xOffset = SkScalarCeilToScalar(bounds.width()); in onDraw() local
80 canvas->translate(xOffset, 2 * yOffset); in onDraw()
82 canvas->translate(-xOffset, 0); in onDraw()
84 canvas->translate(2 * xOffset, 0); in onDraw()
86 canvas->translate(-xOffset, -yOffset); in onDraw()
92 canvas->translate(4 * xOffset, -yOffset); in onDraw()
102 canvas->translate(-xOffset, yOffset); in onDraw()
[all …]
Darcofzorro.cpp41 int xOffset = 0, yOffset = 0; in onDraw() local
50 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset)); in onDraw()
56 xOffset += 10; in onDraw()
57 if (xOffset >= 700) { in onDraw()
62 xOffset -= 10; in onDraw()
64 if (xOffset < 50) { in onDraw()
69 xOffset += 10; in onDraw()
Dimagefiltersclipped.cpp102 for (int xOffset = 0; xOffset < 80; xOffset += 16) { in onDraw() local
104 bounds.fLeft = SkIntToScalar(xOffset); in onDraw()
Dmixedtextblobs.cpp72 SkScalar xOffset = boundsHalfWidth; in onOnceBeforeDraw() local
81 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset - bounds.width() * 0.25f, in onOnceBeforeDraw()
91 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset - bounds.width() * 0.3f, in onOnceBeforeDraw()
Dtablecolorfilter.cpp146 SkScalar xOffset = SkScalar(bm.width() * 9 / 8); in onDraw() local
157 x += xOffset; in onDraw()
179 x += xOffset; in onDraw()
/external/proguard/src/proguard/gui/splash/
DShadowedSprite.java32 private final VariableInt xOffset; field in ShadowedSprite
51 public ShadowedSprite(VariableInt xOffset, in ShadowedSprite() argument
57 this.xOffset = xOffset; in ShadowedSprite()
87 int xo = xOffset.getInt(time) - b/2; in paint()
/external/v8/test/mjsunit/regress/
Dregress-201590.js38 Foo.prototype.bar = function (x, y, xOffset, yOffset) { argument
41 xOffset = xOffset * 0.5 || 0,
43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapCharacter.java49 private int xOffset; field in BitmapCharacter
105 return xOffset; in getXOffset()
109 xOffset = offset; in setXOffset()
163 oc.write(xOffset, "xOffset", 0); in write()
188 xOffset = ic.readInt("xOffset", 0); in read()
DLetterQuad.java283 float xOffset = bitmapChar.getXOffset() * sizeScale; in update() local
303 xAdvance -= xOffset * incrScale; in update()
306 x0 = previous.getNextX() + xOffset * incrScale; in update()
315 xAdvance -= xOffset * incrScale; in update()
/external/skia/src/core/
DSkReadBuffer.cpp224 const int32_t xOffset = this->readInt(); in readBitmap() local
229 if (0 != xOffset || 0 != yOffset) { in readBitmap()
234 fDecodedBitmapIndex, width, height, length, xOffset, 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.java30 private int xOffset; field in ShadowPopupWindow
153 xOffset = xoff; in showAsDropDown()
167 return xOffset; in getXOffset()
DShadowToast.java58 public void setGravity(int gravity, int xOffset, int yOffset) { in setGravity() argument
/external/replicaisland/tools/
DExtractPoints.js122 tile.xOffset = column * tileSizeX;
125 tile.centerX -= tile.xOffset;
146 edge.startX -= tile.xOffset;
148 edge.endX -= tile.xOffset;
150 edge.centerX -= tile.xOffset;
/external/freetype/src/cff/
Dcf2hints.c1059 glyphpath->xOffset = font->darkenX; in cf2_glyphpath_init()
1062 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init()
1486 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1493 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1511 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1518 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1539 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1546 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1564 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1571 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
[all …]
Dcf2hints.h218 CF2_Fixed xOffset; /* character space offsets */ member
/external/pdfium/third_party/freetype/src/cff/
Dcf2hints.c1058 glyphpath->xOffset = font->darkenX; in cf2_glyphpath_init()
1061 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init()
1485 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1492 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1510 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1517 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1538 *x = glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1545 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1563 *x = -glyphpath->xOffset; in cf2_glyphpath_computeOffset()
1570 glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
[all …]
/external/skia/src/effects/
DSkMagnifierImageFilter.cpp29 float xOffset, in Create() argument
37 xOffset, in Create()
69 float xOffset, in GrMagnifierEffect() argument
77 , fXOffset(xOffset) in GrMagnifierEffect()
/external/opencv/cxcore/include/
Dcxcore.hpp144 cvRect(image->roi->xOffset,image->roi->yOffset, in roi()
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels); in roi_row()
187 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels); in roi_row()
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp467 int xOffset = rnd.getInt(0, xOffsetMax); 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraph.java222 private void setCoordinates(int width, int xOffset, int height, int yOffset, int yValueRange){ in setCoordinates() argument
239 thisItem.setX(xOffset + (i * xIncrement)); in setCoordinates()
251 thisItem.setX(xOffset + (i * (width/n))); in setCoordinates()
/external/skia/src/sfnt/
DSkOTTable_EBDT.h89 SK_OT_CHAR xOffset; // Position of component left member
/external/pdfium/third_party/freetype/include/
Dftoutln.h269 FT_Pos xOffset,
/external/freetype/include/freetype/
Dftoutln.h269 FT_Pos xOffset,
/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java196 final float xOffset = x * mTileWidth; in testBox() local
199 final float tileSpaceLeft = left - xOffset; in testBox()
200 final float tileSpaceRight = right - xOffset; in testBox()
204 worldTileOffset.set(xOffset, yOffset); in testBox()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp87 float xOffset = ps[dyStart * 2]; in drawGlyphs() local
93 …ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED |… in drawGlyphs()

12