Searched defs:yOffset (Results 1 - 25 of 35) sorted by relevance

12

/external/skia/gm/
H A Darcofzorro.cpp40 int xOffset = 0, yOffset = 0; variable
49 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
62 yOffset += 10;
/external/proguard/src/proguard/gui/splash/
H A DShadowedSprite.java33 private final VariableInt yOffset; field in class:ShadowedSprite
45 * @param yOffset the variable y-offset of the shadow, relative to the sprite itself.
52 VariableInt yOffset,
58 this.yOffset = yOffset;
88 int yo = yOffset.getInt(time) - b/2;
51 ShadowedSprite(VariableInt xOffset, VariableInt yOffset, VariableDouble alpha, VariableInt blur, Sprite sprite) argument
/external/skia/dm/
H A DDMTileGridTask.cpp53 yOffset = SkIntToScalar(y * tile.height()); local
55 matrix.postTranslate(-xOffset, -yOffset);
60 fullCanvas.drawBitmap(tile, xOffset, yOffset, &paint);
/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
/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.java31 private int yOffset; field in class:ShadowPopupWindow
154 yOffset = yoff;
171 return yOffset;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.cpp625 unsigned height, width, xOffset, yOffset; local
629 yOffset = GETINT16(currentComponent + 2);
644 yOffset = 0;
671 currentFrame->setRect(xOffset, yOffset, width, height);
H A DGIFImageReader.h224 unsigned yOffset() const { return m_yOffset; } function in struct:GIFFrameContext
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.h99 , yOffset(0)
104 int yOffset; // y offset of this item, relative to the top of the popup. member in struct:WebCore::PopupItem
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWEBPImageDecoderTest.cpp214 int xOffset, yOffset, width, height; member in struct:AnimParam
231 EXPECT_EQ(frameParameters[i].yOffset, frame->originalFrameRect().y());
256 int xOffset, yOffset, width, height; member in struct:AnimParam
274 EXPECT_EQ(frameParameters[i].yOffset, frame->originalFrameRect().y());
299 int xOffset, yOffset, width, height; member in struct:AnimParam
317 EXPECT_EQ(frameParameters[i].yOffset, frame->originalFrameRect().y());
/external/chromium_org/third_party/skia/src/core/
H A DSkOrderedReadBuffer.cpp210 const int32_t yOffset = fReader.readS32(); local
214 if (0 != xOffset || 0 != yOffset) {
220 yOffset);
224 SkASSERT(0 == xOffset && 0 == yOffset);
234 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
/external/icu4c/samples/layout/
H A DGDIFontInstance.cpp86 float yOffset = ps[dyStart * 2 + 1]; local
89 while (dyEnd < out && yOffset == ps[dyEnd * 2 + 1]) {
93 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java50 private int yOffset; field in class:BitmapCharacter
113 return yOffset;
117 yOffset = offset;
164 oc.write(yOffset, "yOffset", 0);
189 yOffset = ic.readInt("yOffset", 0);
/external/skia/src/core/
H A DSkOrderedReadBuffer.cpp210 const int32_t yOffset = fReader.readS32(); local
214 if (0 != xOffset || 0 != yOffset) {
220 yOffset);
224 SkASSERT(0 == xOffset && 0 == yOffset);
234 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.h218 CF2_Fixed yOffset; member in struct:CF2_GlyphPathRec_
H A Dcf2hints.c1027 glyphpath->yOffset = font->darkenY;
1030 cf2_fixedAbs( glyphpath->yOffset ) );
1371 * that adds yOffset unconditionally to *y.
1420 *y = glyphpath->yOffset;
1428 glyphpath->yOffset );
1445 *y = glyphpath->yOffset;
1453 glyphpath->yOffset );
1467 *y = 2 * glyphpath->yOffset;
1473 *y = glyphpath->yOffset;
1481 glyphpath->yOffset );
1548 CF2_Fixed xOffset, yOffset; local
[all...]
/external/freetype/src/cff/
H A Dcf2hints.h218 CF2_Fixed yOffset; member in struct:CF2_GlyphPathRec_
H A Dcf2hints.c1027 glyphpath->yOffset = font->darkenY;
1030 cf2_fixedAbs( glyphpath->yOffset ) );
1371 * that adds yOffset unconditionally to *y.
1420 *y = glyphpath->yOffset;
1428 glyphpath->yOffset );
1445 *y = glyphpath->yOffset;
1453 glyphpath->yOffset );
1467 *y = 2 * glyphpath->yOffset;
1473 *y = glyphpath->yOffset;
1481 glyphpath->yOffset );
1548 CF2_Fixed xOffset, yOffset; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp362 LayoutUnit yOffset = minimumValueForLength(style()->objectPosition().y(), contentRect.height() - finalRect.height(), view()); local
363 finalRect.move(xOffset, yOffset);
/external/chromium_org/third_party/skia/src/effects/
H A DSkMagnifierImageFilter.cpp29 float yOffset,
36 yOffset,
63 float yOffset,
70 , fYOffset(yOffset)
257 SkScalar yOffset = (texture->origin() == kTopLeft_GrSurfaceOrigin) ? fSrcRect.y() : local
262 yOffset / texture->height(),
27 Create(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
61 GrMagnifierEffect(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp29 float yOffset,
36 yOffset,
63 float yOffset,
70 , fYOffset(yOffset)
257 SkScalar yOffset = (texture->origin() == kTopLeft_GrSurfaceOrigin) ? fSrcRect.y() : local
262 yOffset / texture->height(),
27 Create(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
61 GrMagnifierEffect(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp776 const int yOffset = -dragImageOffset.y(); local
779 return IntPoint(mouseDraggedPoint.x() - dragImageOffset.x(), mouseDraggedPoint.y() + yOffset);
781 return IntPoint(dragOrigin.x() - dragImageOffset.x(), dragOrigin.y() + yOffset);
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h234 HB_Fixed xOffset, yOffset; member in struct:__anon18898
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.h203 HB_Fixed xOffset, yOffset; member in struct:__anon18952
/external/skia/tools/
H A DPictureRenderer.cpp577 * @param yOffset y-offset within destination bitmap
580 int xOffset, int yOffset) {
581 for (int y = 0; y <src.height() && y + yOffset < dst->height() ; y++) {
583 *dst->getAddr32(xOffset + x, yOffset + y) = *src.getAddr32(x, y);
579 bitmapCopyAtOffset(const SkBitmap& src, SkBitmap* dst, int xOffset, int yOffset) argument

Completed in 627 milliseconds

12