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

123

/external/chromium_org/third_party/skia/gm/
H A Darcofzorro.cpp44 int xOffset = 0, yOffset = 0; variable
53 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
59 xOffset += 10;
60 if (xOffset >= 700) {
65 xOffset -= 10;
67 if (xOffset < 50) {
72 xOffset += 10;
H A Dimagefiltersclipped.cpp123 for (int xOffset = 0; xOffset < 80; xOffset += 16) {
125 bounds.fLeft = SkIntToScalar(xOffset);
/external/skia/gm/
H A Darcofzorro.cpp44 int xOffset = 0, yOffset = 0; variable
53 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
59 xOffset += 10;
60 if (xOffset >= 700) {
65 xOffset -= 10;
67 if (xOffset < 50) {
72 xOffset += 10;
H A Dimagefiltersclipped.cpp122 for (int xOffset = 0; xOffset < 80; xOffset += 16) {
124 bounds.fLeft = SkIntToScalar(xOffset);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBackgroundImageGeometry.cpp10 void BackgroundImageGeometry::setNoRepeatX(int xOffset) argument
12 m_destRect.move(std::max(xOffset, 0), 0);
13 m_phase.setX(-std::min(xOffset, 0));
14 m_destRect.setWidth(m_tileSize.width() + std::min(xOffset, 0));
H A DBackgroundImageGeometry.h58 void setNoRepeatX(int 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/chromium_org/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/skia/dm/
H A DDMQuiltTask.cpp40 const SkScalar xOffset = SkIntToScalar(x * tile.width()), local
43 matrix.postTranslate(-xOffset, -yOffset);
48 fullCanvas.drawBitmap(tile, xOffset, yOffset, NULL);
/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;
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_EBDT.h89 SK_OT_CHAR xOffset; // Position of component left member in struct:SkOTTableEmbeddedBitmapData::EBDTComponent
/external/skia/src/sfnt/
H A DSkOTTable_EBDT.h89 SK_OT_CHAR xOffset; // Position of component left member in struct:SkOTTableEmbeddedBitmapData::EBDTComponent
/external/chromium_org/third_party/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/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.cpp226 const int32_t xOffset = this->readInt(); local
231 if (0 != xOffset || 0 != yOffset) {
236 fDecodedBitmapIndex, width, height, length, xOffset,
241 SkASSERT(0 == xOffset && 0 == yOffset);
255 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftoutln.h253 /* xOffset :: The horizontal offset. */
259 FT_Pos xOffset,
/external/freetype/include/
H A Dftoutln.h260 /* xOffset :: The horizontal offset. */
266 FT_Pos xOffset,
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftoutln.h253 /* xOffset :: The horizontal offset. */
259 FT_Pos xOffset,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftoutln.h253 /* xOffset :: The horizontal offset. */
259 FT_Pos xOffset,
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.c1026 glyphpath->xOffset = font->darkenX;
1029 cf2_fixedAbs( glyphpath->xOffset ),
1419 *x = glyphpath->xOffset;
1426 glyphpath->xOffset );
1444 *x = -glyphpath->xOffset;
1451 glyphpath->xOffset );
1472 *x = glyphpath->xOffset;
1479 glyphpath->xOffset );
1497 *x = -glyphpath->xOffset;
1498 *y = glyphpath->xOffset;
1548 CF2_Fixed xOffset, yOffset; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c1040 glyphpath->xOffset = font->darkenX;
1043 cf2_fixedAbs( glyphpath->xOffset ),
1433 *x = glyphpath->xOffset;
1440 glyphpath->xOffset );
1458 *x = -glyphpath->xOffset;
1465 glyphpath->xOffset );
1486 *x = glyphpath->xOffset;
1493 glyphpath->xOffset );
1511 *x = -glyphpath->xOffset;
1512 *y = glyphpath->xOffset;
1562 CF2_Fixed xOffset, yOffset; local
[all...]
/external/chromium_org/ui/keyboard/resources/
H A Dmain.js286 * @param {number} xOffset The x-coordinate of the key who's index is start.
291 function redistribute(allKeys, params, xOffset, width, keyHeight, yOffset) {
327 updateKey(key, keyWidth, keyHeight, xOffset, yOffset)
328 xOffset += keyWidth + params.pitchX;
414 rightEdge + params.pitchX,//xOffset.
454 var xOffset = params.offsetLeft;
473 xOffset += Math.floor(extra/2)
476 xOffset += extra;
483 var left = xOffset;
/external/freetype/src/cff/
H A Dcf2hints.c1057 glyphpath->xOffset = font->darkenX;
1060 cf2_fixedAbs( glyphpath->xOffset ),
1484 *x = glyphpath->xOffset;
1491 glyphpath->xOffset );
1509 *x = -glyphpath->xOffset;
1516 glyphpath->xOffset );
1537 *x = glyphpath->xOffset;
1544 glyphpath->xOffset );
1562 *x = -glyphpath->xOffset;
1569 glyphpath->xOffset );
1623 CF2_Fixed xOffset, yOffset; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.cpp625 unsigned height, width, xOffset, yOffset; local
628 xOffset = GETINT16(currentComponent);
643 xOffset = 0;
671 currentFrame->setRect(xOffset, yOffset, width, height);
/external/chromium_org/third_party/skia/src/effects/
H A DSkMagnifierImageFilter.cpp30 float xOffset,
37 xOffset,
63 float xOffset,
70 , fXOffset(xOffset)
29 Create(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
62 GrMagnifierEffect(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument

Completed in 2015 milliseconds

123