Searched refs:fTop (Results 201 - 225 of 481) sorted by relevance

1234567891011>>

/external/skia/gm/
H A Dimagefiltersbase.cpp91 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, paint);
150 SkPoint loc = { r.fLeft, r.fTop };
H A Dpathfill.cpp183 r.fTop = top;
211 show(canvas, path, paint, clipPtr, clipR.fTop, clipR.centerY());
H A Dvariedtext.cpp95 SkRect safeRect = SkRect::MakeLTRB(-r.fLeft, -r.fTop, w - r.fRight, h - r.fBottom);
102 fPositions[i].fY = random.nextRangeScalar(safeRect.fTop, safeRect.fBottom);
/external/skia/include/core/
H A DSkRegion.h185 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
202 fBounds.fLeft <= left && fBounds.fTop <= top &&
/external/skia/samplecode/
H A DSampleBitmapRect.cpp70 bounce(&pt->fY, &vec->fY, limit.fTop, limit.fBottom);
195 fSrcR.fTop = 0;
H A DSampleGradients.cpp15 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } };
H A DSamplePath.cpp70 SkScalarToDouble(r.fLeft), SkScalarToDouble(r.fTop),
72 ir.fLeft, ir.fTop, ir.fRight, ir.fBottom);
H A DSampleStrokePath.cpp60 printf("src [%d %d %d %d] radius %g\n", src.fBounds.fLeft, src.fBounds.fTop,
120 fPath.offset(-bounds.fLeft, -bounds.fTop);
/external/skia/src/core/
H A DSkBitmapScaler.cpp91 destSubset.fLeft == destSubset.fTop &&
96 this->computeFilters(srcFullHeight, destSubset.fTop, destSubset.height(),
H A DSkStroke.cpp665 pts[0].set(r.fLeft, outer.fTop);
666 pts[1].set(r.fRight, outer.fTop);
667 pts[2].set(outer.fRight, r.fTop);
672 pts[7].set(outer.fLeft, r.fTop);
674 pts[7].set(r.fLeft, outer.fTop);
675 pts[6].set(r.fRight, outer.fTop);
676 pts[5].set(outer.fRight, r.fTop);
681 pts[0].set(outer.fLeft, r.fTop);
/external/skia/src/effects/
H A DSkDropShadowImageFilter.cpp98 SkIntToScalar(srcOffset.fY - bounds.fTop));
103 offset->fY = bounds.fTop;
/external/skia/src/gpu/
H A DGrAtlas.cpp123 dataPtr += rowBytes*fDirtyRect.fTop;
126 fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop,
H A DSkGrFontScaler.cpp110 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
119 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
H A DGrOvalRenderer.cpp562 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
567 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
710 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
715 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
828 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
832 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
1069 bounds.fTop,
1070 bounds.fTop + outerRadius,
1178 bounds.fTop,
1179 bounds.fTop
[all...]
/external/skia/src/pdf/
H A DSkPDFUtils.cpp25 result->appendScalar(rect.fTop);
101 SkScalar bottom = SkMinScalar(rect.fBottom, rect.fTop);
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp449 glyph->fTop = SkToS16(bbox.top);
479 mx->fTop = -fTextSizeRender * SkIntToScalar(dwfm.ascent) / upem;
480 mx->fAscent = mx->fTop;
506 my->fTop = -fTextSizeRender * SkIntToScalar(dwfm1.glyphBoxTop) / upem;
518 my->fTop = -fTextSizeRender * (int16_t)SkEndian_SwapBE16(head->yMax) / upem;
525 my->fTop = my->fAscent;
675 bbox.top = glyph.fTop;
677 bbox.bottom = glyph.fTop + glyph.fHeight;
/external/skia/src/utils/
H A DSkLayer.cpp218 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
219 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);
/external/skia/tools/
H A Dfiltermain.cpp469 SkScalar newSrcTop = dbmr->srcRect()->fTop + clip2->rect().fTop - dbmr->dstRect().fTop;
585 newSrcTop = dbmr->srcRect()->fTop + clip->rect().fTop - dbmr->dstRect().fTop;
588 newSrcTop = clip->rect().fTop - dbmr->dstRect().fTop;
/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp173 y = SkPin32(y, bounds.fTop, bounds.fBottom - 1);
196 if (x < bounds.fLeft || x >= bounds.fRight || y < bounds.fTop || y >= bounds.fBottom) {
213 for (int y = rect.fTop; y < rect.fBottom; ++y) {
214 SkPMColor* dptr = result->getAddr32(rect.fLeft - bounds.fLeft, y - bounds.fTop);
341 offset->fY = bounds.fTop;
H A DSkBlurImageFilter.cpp202 offset->fY = srcBounds.fTop;
212 offset->fY = srcBounds.fTop;
286 offset->fY = rect.fTop;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrOvalRenderer.cpp592 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
597 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
738 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
743 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
853 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
857 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
1094 bounds.fTop,
1095 bounds.fTop + outerRadius,
1200 bounds.fTop,
1201 bounds.fTop
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp103 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop,
200 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
204 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
264 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
268 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
363 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
367 canvas.translate(-bounds2.fLeft + 1, -bounds2.fTop + 1);
/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp460 glyph->fTop = SkToS16(bbox.top);
468 glyph->fTop = 0;
533 metrics->fTop = -fTextSizeRender * SkIntToScalar(dwfm1.glyphBoxTop) / upem;
550 metrics->fTop = -fTextSizeRender * (int16_t)SkEndian_SwapBE16(head->yMax) / upem;
559 metrics->fTop = metrics->fAscent;
709 bbox.top = glyph.fTop;
711 bbox.bottom = glyph.fTop + glyph.fHeight;
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp103 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop,
200 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
204 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
264 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
268 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
363 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
367 canvas.translate(-bounds2.fLeft + 1, -bounds2.fTop + 1);
/external/chromium_org/skia/ext/
H A Dimage_operations.cc196 ComputeFilters(src_full_height, dest_subset.fTop, dest_subset.height(),
385 SkIRect subset = { dest_subset.fLeft, dest_subset.fTop,
387 dest_subset.fTop + dest_subset.height() * h };

Completed in 359 milliseconds

1234567891011>>