Searched refs:yOffset (Results 1 - 25 of 47) sorted by relevance

12

/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/gm/
H A Darcofzorro.cpp41 int xOffset = 0, yOffset = 0; variable
50 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
63 yOffset += 10;
H A Dmixedtextblobs.cpp64 SkScalar yOffset = bounds.height(); variable
65 sk_tool_utils::add_to_text_blob(&builder, text, paint, 10, yOffset);
67 SkScalar corruptedAy = yOffset;
73 yOffset = boundsHalfHeight;
82 yOffset - bounds.height() * 0.5f);
83 yOffset += bounds.height();
92 yOffset);
H A Dtextblobtransforms.cpp44 SkScalar yOffset = bounds.height(); variable
49 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, -yOffset - 10);
78 SkScalar yOffset = SkScalarCeilToScalar(bounds.height()); variable
80 canvas->translate(xOffset, 2 * yOffset);
86 canvas->translate(-xOffset, -yOffset);
88 canvas->translate(0, 2 * yOffset);
92 canvas->translate(4 * xOffset, -yOffset);
96 canvas->translate(0, -yOffset);
102 canvas->translate(-xOffset, yOffset);
108 canvas->translate(- 3 * xOffset, 3 * yOffset);
[all...]
H A Dtextblobcolortrans.cpp39 SkScalar yOffset = bounds.height(); variable
40 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, yOffset - 30);
48 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, yOffset - 8);
H A Dtablecolorfilter.cpp147 SkScalar yOffset = SkScalar(bm.height() * 9 / 8); local
171 y += yOffset;
184 y += yOffset;
/external/v8/test/mjsunit/regress/
H A Dregress-201590.js38 Foo.prototype.bar = function (x, y, xOffset, yOffset) {
42 yOffset = yOffset * 0.5 || 0;
45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPopupWindow.java31 private int yOffset; field in class:ShadowPopupWindow
154 yOffset = yoff;
171 return yOffset;
H A DShadowToast.java58 public void setGravity(int gravity, int xOffset, int yOffset) { argument
/external/skia/src/sfnt/
H A DSkOTTable_EBDT.h90 SK_OT_CHAR yOffset; // Position of component top member in struct:SkOTTableEmbeddedBitmapData::EBDTComponent
/external/replicaisland/tools/
H A DExtractPoints.js123 tile.yOffset = row * tileSizeY;
126 tile.centerY -= tile.yOffset;
147 edge.startY -= tile.yOffset;
149 edge.endY -= tile.yOffset;
151 edge.centerY -= tile.yOffset;
/external/skia/src/core/
H A DSkReadBuffer.cpp225 const int32_t yOffset = this->readInt(); local
229 if (0 != xOffset || 0 != yOffset) {
235 yOffset);
239 SkASSERT(0 == xOffset && 0 == yOffset);
253 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp30 float yOffset,
38 yOffset,
70 float yOffset,
78 , fYOffset(yOffset)
283 SkScalar yOffset = texture->origin() == kTopLeft_GrSurfaceOrigin ? fSrcRect.y() : local
297 yOffset / texture->height(),
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/freetype/include/
H A Dftoutln.h265 /* yOffset :: The vertical offset. */
270 FT_Pos yOffset );
/external/freetype/src/cff/
H A Dcf2hints.c1059 glyphpath->yOffset = font->darkenY;
1062 cf2_fixedAbs( glyphpath->yOffset ) );
1437 * that adds yOffset unconditionally to *y.
1486 *y = glyphpath->yOffset;
1494 glyphpath->yOffset );
1511 *y = glyphpath->yOffset;
1519 glyphpath->yOffset );
1533 *y = 2 * glyphpath->yOffset;
1539 *y = glyphpath->yOffset;
1547 glyphpath->yOffset );
1624 CF2_Fixed xOffset, yOffset; local
[all...]
H A Dcf2hints.h219 CF2_Fixed yOffset; member in struct:CF2_GlyphPathRec_
/external/pdfium/third_party/freetype/include/
H A Dftoutln.h265 /* yOffset :: The vertical offset. */
270 FT_Pos yOffset );
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2hints.c1059 glyphpath->yOffset = font->darkenY;
1062 cf2_fixedAbs( glyphpath->yOffset ) );
1437 * that adds yOffset unconditionally to *y.
1486 *y = glyphpath->yOffset;
1494 glyphpath->yOffset );
1511 *y = glyphpath->yOffset;
1519 glyphpath->yOffset );
1533 *y = 2 * glyphpath->yOffset;
1539 *y = glyphpath->yOffset;
1547 glyphpath->yOffset );
1624 CF2_Fixed xOffset, yOffset; local
[all...]
H A Dcf2hints.h219 CF2_Fixed yOffset; member in struct:CF2_GlyphPathRec_
/external/icu/icu4c/source/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/opencv/cxcore/include/
H A Dcxcore.hpp144 cvRect(image->roi->xOffset,image->roi->yOffset,
172 (uchar*)(image->imageData + (y+image->roi->yOffset)*image->widthStep +
186 (const uchar*)(image->imageData + (y+image->roi->yOffset)*image->widthStep +
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp468 int yOffset = rnd.getInt(0, yOffsetMax); 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.cpp445 int yOffset = rnd.getInt(0, yOffsetMax); local
451 glViewport(xOffset, yOffset, width, height);
455 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());
/external/skia/tools/
H A DPictureRenderer.cpp635 * @param yOffset y-offset within destination bitmap
638 int xOffset, int yOffset) {
639 for (int y = 0; y <src.height() && y + yOffset < dst->height() ; y++) {
641 *dst->getAddr32(xOffset + x, yOffset + y) = *src.getAddr32(x, y);
637 bitmapCopyAtOffset(const SkBitmap& src, SkBitmap* dst, int xOffset, int yOffset) argument

Completed in 702 milliseconds

12