/frameworks/base/libs/hwui/ |
ShapeCache.h | 520 texture->top = bounds.fTop; 544 canvas.translate(-bounds.fLeft + offset, -bounds.fTop + offset);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_view.cc | 176 rc.fTop = 0;
|
/external/skia/android_sample/SampleApp/jni/ |
sample-jni.cpp | 74 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
|
/external/skia/gm/ |
xfermodes.cpp | 144 draw_mode(canvas, mode, twice ? 0x88 : 0xFF, r.fLeft, r.fTop);
|
/external/skia/include/core/ |
SkScalerContext.h | 44 int16_t fTop, fLeft;
|
SkPaint.h | 686 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0) [all...] |
/external/skia/src/animator/ |
SkPathParts.cpp | 229 SK_MEMBER_ALIAS(top, fRect.fTop, Float)
|
/external/skia/src/effects/ |
SkLayerRasterizer.cpp | 128 -SkIntToScalar(mask->fBounds.fTop));
|
/external/skia/src/pdf/ |
SkPDFUtils.cpp | 90 SkScalar bottom = SkMinScalar(rect.fBottom, rect.fTop);
|
/external/skia/src/ports/ |
SkFontHost_mac_coretext.cpp | 388 glyph->fTop = -sk_float_round2int(CGRectGetMaxY(theBounds)); 504 CGContextShowGlyphsAtPoint( cgContext, -glyph.fLeft, glyph.fTop + glyph.fHeight, &cgGlyph, 1); 553 theMetrics.fTop = -CGRectGetMaxY(theBounds); 564 SkASSERT(theMetrics.fTop <= 0.0); [all...] |
SkHarfBuzzFont.cpp | 131 metrics->y = SkScalarToHarfbuzzFixed(bounds.fTop);
|
SkFontHost_FreeType.cpp | 942 glyph->fTop = -SkToS16(bbox.yMax >> 6); [all...] |
/external/skia/src/views/ |
SkTextBox.cpp | 200 y += fBox.fTop - metrics.fAscent;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
HarfbuzzSkia.cpp | 164 metrics->y = SkiaScalarToHarfbuzzFixed(bounds.fTop);
|
MediaTexture.cpp | 170 dimensions.offset(mediaBounds.fLeft, mediaBounds.fTop);
|
VideoLayerAndroid.cpp | 175 addRotation.translate(innerRect.fLeft, innerRect.fTop);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
HarfbuzzSkia.cpp | 181 metrics->y = SkiaScalarToHarfbuzzFixed(bounds.fTop);
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
PlatformContextSkia.cpp | 361 SkRect topBorder = { rect.fLeft, rect.fTop, rect.fRight, rect.fTop + 1 }; 365 SkRect leftBorder = { rect.fLeft, rect.fTop + 1, rect.fLeft + 1, rect.fBottom - 1 }; 367 SkRect rightBorder = { rect.fRight - 1, rect.fTop + 1, rect.fRight, rect.fBottom - 1 };
|
/frameworks/base/core/jni/android/graphics/ |
BitmapRegionDecoder.cpp | 219 region.fTop = start_y;
|
HarfbuzzSkia.cpp | 173 metrics->y = SkScalarToHBFixed(bounds.fTop);
|
Graphics.cpp | 213 env->SetIntField(obj, gRect_topFieldID, ir.fTop); 245 env->SetFloatField(obj, gRectF_topFieldID, SkScalarToFloat(r.fTop));
|
/external/skia/gpu/src/ |
GrDrawTarget.cpp | 630 GrTCast<GrPoint*>(vertices)->setRectFan(rect.fLeft, rect.fTop, 641 coords->setRectFan(srcRects[i]->fLeft, srcRects[i]->fTop,
|
GrPathRenderer.cpp | 400 boundsVerts[0].setRectFan(bounds.fLeft, bounds.fTop, bounds.fRight,
|
/external/skia/samplecode/ |
SampleWarp.cpp | 288 pts->set(bounds.fLeft + x*dx, bounds.fTop + y*dy); 290 tex->set(texture.fLeft + x*dtx, texture.fTop + y*dty);
|
/development/ide/xcode/ports/ |
SkOSWindow_Mac.cpp | 87 rect.top = r.fTop;
|