/external/webkit/Source/WebCore/platform/graphics/skia/ |
IntRectSkia.cpp | 52 : m_location(r.fLeft, r.fTop)
|
/external/skia/samplecode/ |
SampleArc.cpp | 51 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p); 52 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p); 54 canvas->drawLine(r.centerX(), r.fTop, r.centerX(), r.fBottom, p);
|
SampleLayers.cpp | 42 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom, 67 r.fTop = SkIntToScalar(80); 113 r.fTop = SkIntToScalar(80);
|
SampleGradients.cpp | 8 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } };
|
SampleLineClipper.cpp | 53 SkASSERT(pts[i].fY >= clip.fTop); 216 drawHLine(canvas, fClip.fTop + SK_ScalarHalf, paint);
|
SamplePath.cpp | 63 r.fLeft, r.fTop, r.fRight, r.fBottom, 64 ir.fLeft, ir.fTop, ir.fRight, ir.fBottom);
|
/external/skia/src/core/ |
SkBlitter_ARGB32_Subpixel.cpp | 63 const int topOffset = clip.fTop > 0 ? verticalLCDMode : 0; 67 uint32_t* device32 = device.getAddr32(clip.fLeft - leftOffset, clip.fTop - topOffset); 69 clip.fTop + (verticalLCDMode && !topOffset));
|
SkScalerContext.cpp | 39 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight); 64 fTop = 0; 305 glyph->fTop = 0; 324 glyph->fTop = mask.fBounds.fTop; 339 glyph->fTop = ir.fTop; 360 glyph->fTop = dst.fBounds.fTop; [all...] |
SkScan_Path.cpp | 284 r.set(clipRect->fLeft >> shiftUp, clipRect->fTop >> shiftUp, 476 clipRect.fTop << shiftEdgesUp, 503 if (clipRect && start_y < clipRect->fTop) { 504 start_y = clipRect->fTop; 528 tmp.fTop = cr.fTop; 529 tmp.fBottom = ir.fTop; 541 tmp.fTop = ir.fBottom; 629 sk_fill_path(path, clipper.getClipRect(), blitter, ir.fTop, ir.fBottom, 693 int start_y = ir.fTop; [all...] |
SkBlitter.cpp | 106 int cy = clip.fTop; 162 const uint8_t* aa = mask.getAddr(clip.fLeft, clip.fTop); 168 int y = clip.fTop; 198 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); 208 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); 251 return (unsigned)(y - rect.fTop) < (unsigned)rect.height(); 325 if (y0 < fClipRect.fTop) { 326 y0 = fClipRect.fTop; 342 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); 421 fBlitter->blitV(x, r.fTop, r.height(), alpha) [all...] |
SkRegion_path.cpp | 48 SkDebugf("SkRgnBuilder: Top = %d\n", fTop); 76 SkRegion::RunType fTop; // first Y value 131 fTop = (SkRegion::RunType)(y); 187 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); 197 *runs++ = fTop; 451 edge[0].set(r.fLeft, r.fBottom, r.fTop); 452 edge[1].set(r.fRight, r.fTop, r.fBottom);
|
SkEdge.cpp | 71 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) { 132 if (top < clip.fTop) 134 SkASSERT(fLastY >= clip.fTop); 135 fX += fDX * (clip.fTop - top); 136 fFirstY = clip.fTop; 363 if (clip && (top >= clip->fBottom || bot <= clip->fTop))
|
SkBlitter_Sprite.cpp | 33 fTop = top;
|
SkEdge.h | 49 return fLastY >= clip.fTop;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
BaseLayerAndroid.cpp | 142 viewport.fTop, 148 bounds.fTop = static_cast<int>(floorf(viewport.fTop * invTileHeight)) - PREFETCH_Y_DIST; 153 bounds.fLeft, bounds.fTop, 178 viewportTileBounds.fTop, scale);
|
BaseTile.cpp | 297 realTileRect.fTop = y * tileHeight; 299 realTileRect.fBottom = realTileRect.fTop + tileHeight; 304 realDirtyRect.offset(dirtyRect.fLeft * scale, dirtyRect.fTop * scale); 418 finalRealRect.fTop = finalRealRect.fTop % static_cast<int>(tileHeight); 420 finalRealRect.fBottom = finalRealRect.fTop + iHeight;
|
ScrollableLayerAndroid.h | 53 // fTop = scrollY
|
LayerAndroid.cpp | 323 rect->fTop = p.y(); 425 SkScalar localY = SkIntToScalar(m_y - TOUCH_SLOP) - localBounds.fTop; 467 state.setLocation(x - localBounds.fLeft, y - localBounds.fTop); 473 state.setLocation(x + localBounds.fLeft, y + localBounds.fTop); 499 viewport.fLeft, viewport.fTop, 527 float dy = viewport.fTop; 544 y += m_fixedMarginTop.calcFloatValue(h) + m_fixedTop.calcFloatValue(h) - m_fixedRect.fTop; 1046 visibleRect.fLeft, visibleRect.fTop, 1048 globalRect.fLeft, globalRect.fTop, 1050 result.fLeft, result.fTop, result.fRight, result.fBottom) [all...] |
/external/skia/src/pdf/ |
SkPDFShader.cpp | 449 domain->append(new SkPDFScalar(bbox.fTop))->unref(); 505 canvas.translate(-surfaceBBox.fLeft, -surfaceBBox.fTop); 506 finalMatrix.preTranslate(surfaceBBox.fLeft, surfaceBBox.fTop); 516 SkRect patternBBox = SkRect::MakeXYWH(-surfaceBBox.fLeft, -surfaceBBox.fTop, 551 rect = SkRect::MakeLTRB(surfaceBBox.fLeft, surfaceBBox.fTop, 0, 0); 557 rect = SkRect::MakeLTRB(width, surfaceBBox.fTop, surfaceBBox.fRight, 0); 619 if (surfaceBBox.fTop < 0) { 624 topMatrix.setScale(1, -surfaceBBox.fTop); 625 topMatrix.postTranslate(0, surfaceBBox.fTop); 633 patternBBox.fTop = 0 [all...] |
SkPDFImage.cpp | 45 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 57 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 72 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 110 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 128 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 155 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 191 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) {
|
/external/skia/src/gpu/ |
SkGpuDevice.cpp | 238 bounds.fLeft, bounds.fTop, 280 GrIntToScalar(skBounds.fTop), 553 dstPoint->fY = SkScalarToGrScalar((i < 2) ? fRect.fTop : 570 dstPoint->fY = (i < 2) ? GrIntToScalar(fRect.fTop) : 589 (i < 2) ? fRect.fTop : fRect.fBottom, 594 (i < 2) ? fRect.fTop : fRect.fBottom, 784 GrIntToScalar(dstM.fBounds.fTop), 789 m.setTranslate(-dstM.fBounds.fLeft, -dstM.fBounds.fTop); 927 int DY = SkMax32(0, srcRect.fTop); 963 srcR.offset(-tileR.fLeft, -tileR.fTop); [all...] |
/external/skia/src/ports/ |
SkFontHost_mac_atsui.cpp | 222 glyph->fTop = 0; 262 glyph->fTop = -sk_float_round2int(screenMetrics.topLeft.y) - 1; 289 glyph.fTop + glyph.fHeight, &glyphID, 1); 297 dst->fTop = -SkFloatToScalar(src.ascent); 395 mx->fTop = pts[0].fX; 407 my->fTop = pts[0].fY;
|
/external/webkit/Source/WebKit/android/ |
RenderSkinCombo.cpp | 138 fullAssetMargin.fTop = stretchTop[res]; 144 noBorderMargin.fTop = stretchTop[res]; 184 bounds.fTop += SkIntToScalar(style->borderTopWidth());
|
/external/webkit/Source/WebKit/android/nav/ |
CachedLayer.cpp | 74 clip.offset(pClip.fLeft, pClip.fTop); 162 *yPtr -= localBounds.fTop; 197 bounds.fLeft, bounds.fTop, bounds.width(), bounds.height(),
|
/external/skia/include/gpu/ |
SkGr.h | 191 rect->fTop = GrIntToScalar(r.fTop);
|