Searched refs:xOffset (Results 1 - 25 of 48) sorted by relevance

12

/external/skia/gm/
H A Darcofzorro.cpp41 int xOffset = 0, yOffset = 0; variable
50 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
56 xOffset += 10;
57 if (xOffset >= 700) {
62 xOffset -= 10;
64 if (xOffset < 50) {
69 xOffset += 10;
H A Dtextblobtransforms.cpp38 SkScalar xOffset = bounds.width() + 5; variable
41 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, 0);
49 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, -yOffset - 10);
77 SkScalar xOffset = SkScalarCeilToScalar(bounds.width()); variable
80 canvas->translate(xOffset, 2 * yOffset);
82 canvas->translate(-xOffset, 0);
84 canvas->translate(2 * xOffset, 0);
86 canvas->translate(-xOffset, -yOffset);
92 canvas->translate(4 * xOffset, -yOffset);
102 canvas->translate(-xOffset, yOffse
[all...]
H A Dimagefiltersclipped.cpp102 for (int xOffset = 0; xOffset < 80; xOffset += 16) {
104 bounds.fLeft = SkIntToScalar(xOffset);
H A Dmixedtextblobs.cpp72 SkScalar xOffset = boundsHalfWidth; variable
81 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset - bounds.width() * 0.25f,
91 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset - bounds.width() * 0.3f,
H A Dtablecolorfilter.cpp146 SkScalar xOffset = SkScalar(bm.width() * 9 / 8); local
155 // each draw being at xOffset of the previous one
157 x += xOffset;
170 // each draw being at xOffset of the previous one
179 x += xOffset;
/external/proguard/src/proguard/gui/splash/
H A DShadowedSprite.java32 private final VariableInt xOffset; field in class:ShadowedSprite
44 * @param xOffset the variable x-offset of the shadow, relative to the sprite itself.
51 public ShadowedSprite(VariableInt xOffset, argument
57 this.xOffset = xOffset;
87 int xo = xOffset.getInt(time) - b/2;
/external/v8/test/mjsunit/regress/
H A Dregress-201590.js38 Foo.prototype.bar = function (x, y, xOffset, yOffset) {
41 xOffset = xOffset * 0.5 || 0,
43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java49 private int xOffset; field in class:BitmapCharacter
105 return xOffset;
109 xOffset = offset;
163 oc.write(xOffset, "xOffset", 0);
188 xOffset = ic.readInt("xOffset", 0);
H A DLetterQuad.java283 float xOffset = bitmapChar.getXOffset() * sizeScale;
303 xAdvance -= xOffset * incrScale;
306 x0 = previous.getNextX() + xOffset * incrScale;
315 xAdvance -= xOffset * incrScale;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPopupWindow.java30 private int xOffset; field in class:ShadowPopupWindow
153 xOffset = xoff;
167 return xOffset;
H A DShadowToast.java58 public void setGravity(int gravity, int xOffset, int yOffset) { argument
/external/skia/src/sfnt/
H A DSkOTTable_EBDT.h89 SK_OT_CHAR xOffset; // Position of component left member in struct:SkOTTableEmbeddedBitmapData::EBDTComponent
/external/replicaisland/tools/
H A 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/skia/src/core/
H A DSkReadBuffer.cpp224 const int32_t xOffset = this->readInt(); local
229 if (0 != xOffset || 0 != yOffset) {
234 fDecodedBitmapIndex, width, height, length, xOffset,
239 SkASSERT(0 == xOffset && 0 == yOffset);
253 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
/external/freetype/include/
H A Dftoutln.h263 /* xOffset :: The horizontal offset. */
269 FT_Pos xOffset,
/external/pdfium/third_party/freetype/include/
H A Dftoutln.h263 /* xOffset :: The horizontal offset. */
269 FT_Pos xOffset,
/external/freetype/src/cff/
H A Dcf2hints.c1058 glyphpath->xOffset = font->darkenX;
1061 cf2_fixedAbs( glyphpath->xOffset ),
1485 *x = glyphpath->xOffset;
1492 glyphpath->xOffset );
1510 *x = -glyphpath->xOffset;
1517 glyphpath->xOffset );
1538 *x = glyphpath->xOffset;
1545 glyphpath->xOffset );
1563 *x = -glyphpath->xOffset;
1570 glyphpath->xOffset );
1624 CF2_Fixed xOffset, yOffset; local
[all...]
H A Dcf2hints.h218 CF2_Fixed xOffset; /* character space offsets */ member in struct:CF2_GlyphPathRec_
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2hints.c1058 glyphpath->xOffset = font->darkenX;
1061 cf2_fixedAbs( glyphpath->xOffset ),
1485 *x = glyphpath->xOffset;
1492 glyphpath->xOffset );
1510 *x = -glyphpath->xOffset;
1517 glyphpath->xOffset );
1538 *x = glyphpath->xOffset;
1545 glyphpath->xOffset );
1563 *x = -glyphpath->xOffset;
1570 glyphpath->xOffset );
1624 CF2_Fixed xOffset, yOffset; local
[all...]
H A Dcf2hints.h218 CF2_Fixed xOffset; /* character space offsets */ member in struct:CF2_GlyphPathRec_
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp29 float xOffset,
37 xOffset,
69 float xOffset,
77 , fXOffset(xOffset)
27 Create(GrTexture* texture, const SkRect& bounds, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
67 GrMagnifierEffect(GrTexture* texture, const SkRect& bounds, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraph.java222 private void setCoordinates(int width, int xOffset, int height, int yOffset, int yValueRange){ argument
239 thisItem.setX(xOffset + (i * xIncrement));
251 thisItem.setX(xOffset + (i * (width/n)));
/external/opencv/cxcore/include/
H A Dcxcore.hpp144 cvRect(image->roi->xOffset,image->roi->yOffset,
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
187 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp467 int xOffset = rnd.getInt(0, xOffsetMax); local
472 glViewport(xOffset, yOffset, width, height);
487 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());
492 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, referenceImg.getAccess());
H A Des3fInstancedRenderingTests.cpp444 int xOffset = rnd.getInt(0, xOffsetMax); local
451 glViewport(xOffset, yOffset, width, height);
455 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());

Completed in 585 milliseconds

12