/external/skia/tests/ |
ReadPixelsTest.cpp | 190 int devy = by + srcRect.fTop; 371 srcRect.fTop, config8888); 383 checkRead(reporter, bmp, srcRect.fLeft, srcRect.fTop, 399 clippedRect.fTop, true, false,
|
PathTest.cpp | 518 arcRect.offset(rect.fLeft - arcRect.fLeft, rect.fTop - arcRect.fTop); 521 arcRect.offset(rect.fRight - arcRect.fRight, rect.fTop - arcRect.fTop); 555 r.fTop = rand.nextUScalar1() * 300; 557 r.fBottom = r.fTop + 2 * size; 582 r.fTop = rand.nextUScalar1() * 300; 584 r.fBottom = r.fTop + 2 * size; 857 path->moveTo(r.fLeft, r.fTop); 858 path->lineTo(r.fRight, r.fTop); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
SkiaUtils.cpp | 147 if (fX < bounds.fLeft || fX > bounds.fRight || fY < bounds.fTop || fY > bounds.fBottom) 154 SkScalar biggestCoord = std::max(std::max(std::max(bounds.fRight, bounds.fBottom), -bounds.fLeft), -bounds.fTop);
|
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.h | 143 return ((lhs.fBounds.fBottom - lhs.fBounds.fTop) >> 1) < 144 ((rhs.fBounds.fBottom - lhs.fBounds.fTop) >> 1);
|
SkPaint.cpp | 1004 SkIntToScalar(g.fTop), 1006 SkIntToScalar(g.fTop + g.fHeight)); 1027 SkIntToScalar(g.fTop), 1029 SkIntToScalar(g.fTop + g.fHeight)); 1035 SkIntToScalar(g.fTop) + sy, 1037 SkIntToScalar(g.fTop + g.fHeight) + sy); [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkBlurImageFilter.cpp | 216 offset->fY += srcBounds.fTop; 241 offset->fY += rect.fTop;
|
SkMatrixConvolutionImageFilter.cpp | 119 y = SkPin32(y, bounds.fTop, bounds.fBottom - 1); 142 if (x < bounds.fLeft || x >= bounds.fRight || y < bounds.fTop || y >= bounds.fBottom) { 155 for (int y = rect.fTop; y < rect.fBottom; ++y) { 156 SkPMColor* dptr = result->getAddr32(rect.fLeft - bounds.fLeft, y - bounds.fTop); 303 loc->fY += bounds.fTop;
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrBitmapTextContext.cpp | 142 vy += SkIntToFixed(glyph->fBounds.fTop); 199 SkFixedToScalar(vy - SkIntToFixed(glyph->fBounds.fTop)));
|
GrDistanceFieldTextContext.cpp | 139 vy += SkIntToFixed(glyph->fBounds.fTop); 250 SkScalar dy = SkIntToScalar(glyph->fBounds.fTop);
|
GrOvalRenderer.cpp | 562 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop); 567 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop); 708 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop); 713 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop); [all...] |
GrInOrderDrawBuffer.cpp | 69 bounds->fTop = bounds->fBottom = point->fY; 169 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize); 179 coords->setRectFan(localRect->fLeft, localRect->fTop, 221 if (fClipProxy.fTop <= 0) { 222 fClipProxy.fTop = SK_ScalarMin;
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFUtils.cpp | 25 result->appendScalar(rect.fTop); 101 SkScalar bottom = SkMinScalar(rect.fBottom, rect.fTop);
|
/external/skia/bench/ |
GameBench.cpp | 200 { SkIntToScalar(src.fLeft), SkIntToScalar(src.fTop) }, 201 { SkIntToScalar(src.fRight), SkIntToScalar(src.fTop) },
|
/external/skia/src/core/ |
SkRTree.h | 143 return ((lhs.fBounds.fBottom - lhs.fBounds.fTop) >> 1) < 144 ((rhs.fBounds.fBottom - lhs.fBounds.fTop) >> 1);
|
SkPaint.cpp | 1004 SkIntToScalar(g.fTop), 1006 SkIntToScalar(g.fTop + g.fHeight)); 1027 SkIntToScalar(g.fTop), 1029 SkIntToScalar(g.fTop + g.fHeight)); 1035 SkIntToScalar(g.fTop) + sy, 1037 SkIntToScalar(g.fTop + g.fHeight) + sy); [all...] |
/external/skia/src/effects/ |
SkBlurImageFilter.cpp | 216 offset->fY += srcBounds.fTop; 241 offset->fY += rect.fTop;
|
SkMatrixConvolutionImageFilter.cpp | 119 y = SkPin32(y, bounds.fTop, bounds.fBottom - 1); 142 if (x < bounds.fLeft || x >= bounds.fRight || y < bounds.fTop || y >= bounds.fBottom) { 155 for (int y = rect.fTop; y < rect.fBottom; ++y) { 156 SkPMColor* dptr = result->getAddr32(rect.fLeft - bounds.fLeft, y - bounds.fTop); 303 loc->fY += bounds.fTop;
|
/external/skia/src/gpu/ |
GrBitmapTextContext.cpp | 142 vy += SkIntToFixed(glyph->fBounds.fTop); 199 SkFixedToScalar(vy - SkIntToFixed(glyph->fBounds.fTop)));
|
GrDistanceFieldTextContext.cpp | 139 vy += SkIntToFixed(glyph->fBounds.fTop); 250 SkScalar dy = SkIntToScalar(glyph->fBounds.fTop);
|
GrOvalRenderer.cpp | 562 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop); 567 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop); 708 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop); 713 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop); [all...] |
GrInOrderDrawBuffer.cpp | 69 bounds->fTop = bounds->fBottom = point->fY; 169 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize); 179 coords->setRectFan(localRect->fLeft, localRect->fTop, 221 if (fClipProxy.fTop <= 0) { 222 fClipProxy.fTop = SK_ScalarMin;
|
/external/skia/src/pdf/ |
SkPDFUtils.cpp | 25 result->appendScalar(rect.fTop); 101 SkScalar bottom = SkMinScalar(rect.fBottom, rect.fTop);
|
/frameworks/base/core/jni/android/graphics/ |
Region.cpp | 131 dst->fTop = (int)::roundf(src.fTop * scale);
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 146 srcRect->fTop * yScale + SK_Scalar1, 259 fTop = top; 277 canvas->drawBitmap(fBitmap, fLeft, fTop, fPaintPtr); 641 fTop = top; 659 canvas->drawSprite(fBitmap, fLeft, fTop, fPaintPtr);
|
/external/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 146 srcRect->fTop * yScale + SK_Scalar1, 259 fTop = top; 277 canvas->drawBitmap(fBitmap, fLeft, fTop, fPaintPtr); 641 fTop = top; 659 canvas->drawSprite(fBitmap, fLeft, fTop, fPaintPtr);
|