/external/skia/gm/ |
H A D | arcofzorro.cpp | 41 int xOffset = 0, yOffset = 0; variable 50 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset)); 63 yOffset += 10;
|
H A D | textblobblockreordering.cpp | 34 SkScalar yOffset = bounds.height(); variable 35 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, yOffset - 30);
|
H A D | textblobcolortrans.cpp | 39 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 D | textblobtransforms.cpp | 44 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 D | textblobmixedsizes.cpp | 50 SkScalar yOffset = bounds.height(); variable 53 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, yOffset); 57 yOffset += bounds.height(); 60 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, yOffset); 64 yOffset += bounds.height(); 67 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, yOffset); 71 yOffset += bounds.height(); 74 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, yOffset);
|
H A D | textblobrandomfont.cpp | 113 int yOffset = stride / 8; variable 117 canvas->drawTextBlob(fBlob, 10.0f, SkIntToScalar(yOffset), paint); 118 yOffset += stride; 121 c->drawTextBlob(fBlob, 10, SkIntToScalar(yOffset), paint); 125 yOffset += stride; 127 canvas->drawTextBlob(fBlob, 10, SkIntToScalar(yOffset), paint); 129 yOffset += stride;
|
H A D | mixedtextblobs.cpp | 58 SkScalar yOffset = bounds.height(); variable 59 sk_tool_utils::add_to_text_blob(&builder, text, paint, 10, yOffset); 61 SkScalar corruptedAy = yOffset; 67 yOffset = boundsHalfHeight; 77 yOffset - bounds.height() * 0.5f); 78 yOffset += bounds.height(); 89 yOffset);
|
H A D | smallpaths.cpp | 63 static SkScalar yOffset = 50.f; local 64 path->moveTo(-32.5f + xOffset, 0.0f + yOffset); 65 path->lineTo(32.5f + xOffset, 0.0f + yOffset); 67 path->moveTo(-32.5f + xOffset, 19 + yOffset); 68 path->lineTo(32.5f + xOffset, 19 + yOffset); 70 path->moveTo(-32.5f + xOffset, -19 + yOffset); 71 path->lineTo(32.5f + xOffset, -19 + yOffset); 72 path->lineTo(-32.5f + xOffset, -19 + yOffset); 81 static SkScalar yOffset = 40.f; local 82 path->moveTo(-26.f + xOffset, 0.0f + yOffset); 99 static SkScalar yOffset = -50.f; local [all...] |
H A D | tablecolorfilter.cpp | 147 SkScalar yOffset = SkScalar(bm.height() * 9 / 8); local 171 y += yOffset; 184 y += yOffset;
|
/external/proguard/src/proguard/gui/splash/ |
H A D | ShadowedSprite.java | 33 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
H A D | TimeLineGraph.java | 222 private void setCoordinates(int width, int xOffset, int height, int yOffset, int yValueRange){ argument
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowToast.java | 58 public void setGravity(int gravity, int xOffset, int yOffset) { argument
|
H A D | ShadowPopupWindow.java | 31 private int yOffset; field in class:ShadowPopupWindow 154 yOffset = yoff; 171 return yOffset;
|
/external/skia/tests/ |
H A D | TextBlobCacheTest.cpp | 39 int yOffset = 0; local 44 yOffset += SkScalarCeilToInt(bounds.height()); 46 canvas->drawTextBlob(blob, 0, SkIntToScalar(yOffset), paint);
|
H A D | PathOpsBuilderConicTest.cpp | 84 SkScalar yOffset = r.nextRangeScalar(1, 100) * scale; local 85 OvalSet set = {{0, 0, 0, 0}, col, row, rot, xOffset, yOffset};
|
/external/icu/icu4c/source/samples/layout/ |
H A D | GDIFontInstance.cpp | 86 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 D | BitmapCharacter.java | 50 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/sfnt/ |
H A D | SkOTTable_EBDT.h | 90 SK_OT_CHAR yOffset; // Position of component top member in struct:SkOTTableEmbeddedBitmapData::EBDTComponent
|
/external/freetype/src/cff/ |
H A D | cf2hints.h | 219 CF2_Fixed yOffset; member in struct:CF2_GlyphPathRec_
|
/external/pdfium/third_party/freetype/src/cff/ |
H A D | cf2hints.h | 219 CF2_Fixed yOffset; member in struct:CF2_GlyphPathRec_
|
/external/skia/src/core/ |
H A D | SkReadBuffer.cpp | 227 const int32_t yOffset = this->readInt(); local 231 if (0 != xOffset || 0 != yOffset) { 237 yOffset); 241 SkASSERT(0 == xOffset && 0 == yOffset); 255 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fPrimitiveRestartTests.cpp | 468 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 D | es3fInstancedRenderingTests.cpp | 445 int yOffset = rnd.getInt(0, yOffsetMax); local 451 glViewport(xOffset, yOffset, width, height); 455 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());
|
/external/dng_sdk/source/ |
H A D | dng_resample.cpp | 468 const uint32 yOffset = fRadius - ((yFract >= 0.5) ? 0 : 1); local 469 const uint32 centerOffset = width * yOffset + xOffset;
|
/external/skia/src/effects/ |
H A D | SkMagnifierImageFilter.cpp | 31 float yOffset, 36 return new GrMagnifierEffect(texture, bounds, xOffset, yOffset, xInvZoom, yInvZoom, xInvInset, 61 float yOffset, 69 , fYOffset(yOffset) 260 SkScalar yOffset = texture->origin() == kTopLeft_GrSurfaceOrigin ? fSrcRect.y() : local 274 yOffset / texture->height(), 28 Create(GrTexture* texture, const SkRect& bounds, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument 58 GrMagnifierEffect(GrTexture* texture, const SkRect& bounds, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
|