Searched defs:xOffset (Results 1 - 25 of 50) sorted by relevance

12

/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;
/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;
/external/chromium_org/third_party/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/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/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/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowToast.java58 public void setGravity(int gravity, int xOffset, int yOffset) { argument
H A DShadowPopupWindow.java30 private int xOffset; field in class:ShadowPopupWindow
153 xOffset = xoff;
167 return xOffset;
/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/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/skia/src/sfnt/
H A DSkOTTable_EBDT.h89 SK_OT_CHAR xOffset; // Position of component left member in struct:SkOTTableEmbeddedBitmapData::EBDTComponent
/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp87 float xOffset = ps[dyStart * 2]; local
93 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
/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/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/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp339 LayoutUnit xOffset = minimumValueForLength(style()->objectPosition().x(), contentRect.width() - finalRect.width()); local
341 finalRect.move(xOffset, yOffset);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoderTest.cpp296 int xOffset, yOffset, width, height; member in struct:AnimParam
312 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
338 int xOffset, yOffset, width, height; member in struct:AnimParam
355 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
381 int xOffset, yOffset, width, height; member in struct:AnimParam
398 EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c519 FT_Pos xOffset,
533 vec->x += xOffset;
518 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.h217 CF2_Fixed xOffset; /* character space offsets */ member in struct:CF2_GlyphPathRec_
/external/freetype/src/base/
H A Dftoutln.c519 FT_Pos xOffset,
533 vec->x += xOffset;
518 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
/external/freetype/src/cff/
H A Dcf2hints.h218 CF2_Fixed xOffset; /* character space offsets */ member in struct:CF2_GlyphPathRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c519 FT_Pos xOffset,
533 vec->x += xOffset;
518 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.h217 CF2_Fixed xOffset; /* character space offsets */ member in struct:CF2_GlyphPathRec_
/external/chromium_org/third_party/skia/src/effects/
H A DSkMagnifierImageFilter.cpp29 float xOffset,
36 xOffset,
63 float xOffset,
70 , fXOffset(xOffset)
28 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
/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());
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp29 float xOffset,
36 xOffset,
63 float xOffset,
70 , fXOffset(xOffset)
28 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 9490 milliseconds

12