Searched refs:devBounds (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipData.cpp24 SkRect devBounds; local
30 &devBounds,
33 devBounds.roundOut(devResult);
H A DGrAAHairLinePathRenderer.h45 SkRect* devBounds);
56 SkRect* devBounds);
H A DGrAAHairLinePathRenderer.cpp545 SkRect* devBounds) {
610 devBounds->growToInclude(&verts[0].fPos, sizeof(BezierVertex), kVertsPerQuad);
643 SkRect* devBounds) {
644 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
654 SkRect* devBounds) {
659 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds);
660 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds);
662 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
736 SkRect* devBounds) {
760 devBounds
543 bloat_quad(const SkPoint qpts[3], const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex verts[kVertsPerQuad], SkRect* devBounds) argument
638 add_conics(const SkPoint p[3], const SkScalar weight, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert, SkRect* devBounds) argument
649 add_quads(const SkPoint p[3], int subdiv, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert, SkRect* devBounds) argument
731 createLineGeom(const SkPath& path, GrDrawTarget* target, const PtArray& lines, int lineCnt, GrDrawTarget::AutoReleaseGeometry* arg, SkRect* devBounds) argument
773 createBezierGeom( const SkPath& path, GrDrawTarget* target, const PtArray& quads, int quadCnt, const PtArray& conics, int conicCnt, const IntArray& qSubdivs, const FloatArray& cWeights, GrDrawTarget::AutoReleaseGeometry* arg, SkRect* devBounds) argument
860 check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) argument
930 SkRect devBounds; local
976 SkRect devBounds; local
[all...]
H A DGrAAConvexPathRenderer.cpp226 SkRect* devBounds) {
230 devBounds->growToInclude(pt.fX, pt.fY);
241 SkRect* devBounds) {
244 add_line_to_segment(pts[2], segments, devBounds);
251 SkASSERT(contains_inclusive(*devBounds, pts[0]));
252 devBounds->growToInclude(pts + 1, 2);
259 SkRect* devBounds) {
264 add_quad_segment(&quads[q], segments, devBounds);
274 SkRect* devBounds) {
297 devBounds
224 add_line_to_segment(const SkPoint& pt, SegmentArray* segments, SkRect* devBounds) argument
239 add_quad_segment(const SkPoint pts[3], SegmentArray* segments, SkRect* devBounds) argument
256 add_cubic_segments(const SkPoint pts[4], SkPath::Direction dir, SegmentArray* segments, SkRect* devBounds) argument
268 get_segments(const SkPath& path, const SkMatrix& m, SegmentArray* segments, SkPoint* fanPt, int* vCount, int* iCount, SkRect* devBounds) argument
667 SkRect devBounds; local
[all...]
H A DGrAARectRenderer.cpp649 SkRect devBounds = { local
656 verts[0].fPos = SkPoint::Make(devBounds.fLeft, devBounds.fTop);
657 verts[1].fPos = SkPoint::Make(devBounds.fLeft, devBounds.fBottom);
658 verts[2].fPos = SkPoint::Make(devBounds.fRight, devBounds.fBottom);
659 verts[3].fPos = SkPoint::Make(devBounds.fRight, devBounds.fTop);
691 SkRect devBounds local
[all...]
H A DGrDrawTarget.cpp467 const SkRect* devBounds) {
480 if (NULL != devBounds) {
481 info.setDevBounds(*devBounds);
494 const SkRect* devBounds) {
507 if (NULL != devBounds) {
508 info.setDevBounds(*devBounds);
532 SkRect devBounds; local
534 devBounds = SkRect::MakeWH(SkIntToScalar(drawState->getRenderTarget()->width()),
537 devBounds = path->getBounds();
540 viewM.mapRect(&devBounds);
462 drawIndexed(GrPrimitiveType type, int startVertex, int startIndex, int vertexCount, int indexCount, const SkRect* devBounds) argument
491 drawNonIndexed(GrPrimitiveType type, int startVertex, int vertexCount, const SkRect* devBounds) argument
574 drawIndexedInstances(GrPrimitiveType type, int instanceCount, int verticesPerInstance, int indicesPerInstance, const SkRect* devBounds) argument
[all...]
H A DGrDefaultPathRenderer.cpp465 SkRect devBounds; local
466 GetPathDevBounds(path, drawState->getRenderTarget(), viewM, &devBounds);
483 bounds = devBounds;
503 vertexCnt, indexCnt, &devBounds);
505 target->drawNonIndexed(primType, 0, vertexCnt, &devBounds);
H A DGrDrawTarget.h307 * @param devBounds optional bounds hint. This is a promise from the caller,
315 const SkRect* devBounds = NULL);
325 * @param devBounds optional bounds hint. This is a promise from the caller,
331 const SkRect* devBounds = NULL);
405 * @param devBounds optional bounds hint. This is a promise from the caller,
412 const SkRect* devBounds = NULL);
H A DGrInOrderDrawBuffer.cpp172 SkRect devBounds; local
175 get_vertex_bounds(geo.vertices(), vsize, 4, &devBounds);
196 this->drawIndexedInstances(kTriangles_GrPrimitiveType, 1, 4, 6, &devBounds);
202 bool GrInOrderDrawBuffer::quickInsideClip(const SkRect& devBounds) { argument
235 return fClipProxy.contains(devBounds);
239 SkRect clipSpaceBounds = devBounds;
H A DGrInOrderDrawBuffer.h169 bool quickInsideClip(const SkRect& devBounds);
/external/skia/src/gpu/
H A DGrClipData.cpp24 SkRect devBounds; local
30 &devBounds,
33 devBounds.roundOut(devResult);
H A DGrAAHairLinePathRenderer.h45 SkRect* devBounds);
56 SkRect* devBounds);
H A DGrAAHairLinePathRenderer.cpp545 SkRect* devBounds) {
610 devBounds->growToInclude(&verts[0].fPos, sizeof(BezierVertex), kVertsPerQuad);
643 SkRect* devBounds) {
644 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
654 SkRect* devBounds) {
659 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds);
660 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds);
662 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
736 SkRect* devBounds) {
760 devBounds
543 bloat_quad(const SkPoint qpts[3], const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex verts[kVertsPerQuad], SkRect* devBounds) argument
638 add_conics(const SkPoint p[3], const SkScalar weight, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert, SkRect* devBounds) argument
649 add_quads(const SkPoint p[3], int subdiv, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert, SkRect* devBounds) argument
731 createLineGeom(const SkPath& path, GrDrawTarget* target, const PtArray& lines, int lineCnt, GrDrawTarget::AutoReleaseGeometry* arg, SkRect* devBounds) argument
773 createBezierGeom( const SkPath& path, GrDrawTarget* target, const PtArray& quads, int quadCnt, const PtArray& conics, int conicCnt, const IntArray& qSubdivs, const FloatArray& cWeights, GrDrawTarget::AutoReleaseGeometry* arg, SkRect* devBounds) argument
860 check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) argument
930 SkRect devBounds; local
976 SkRect devBounds; local
[all...]
H A DGrAAConvexPathRenderer.cpp226 SkRect* devBounds) {
230 devBounds->growToInclude(pt.fX, pt.fY);
241 SkRect* devBounds) {
244 add_line_to_segment(pts[2], segments, devBounds);
251 SkASSERT(contains_inclusive(*devBounds, pts[0]));
252 devBounds->growToInclude(pts + 1, 2);
259 SkRect* devBounds) {
264 add_quad_segment(&quads[q], segments, devBounds);
274 SkRect* devBounds) {
297 devBounds
224 add_line_to_segment(const SkPoint& pt, SegmentArray* segments, SkRect* devBounds) argument
239 add_quad_segment(const SkPoint pts[3], SegmentArray* segments, SkRect* devBounds) argument
256 add_cubic_segments(const SkPoint pts[4], SkPath::Direction dir, SegmentArray* segments, SkRect* devBounds) argument
268 get_segments(const SkPath& path, const SkMatrix& m, SegmentArray* segments, SkPoint* fanPt, int* vCount, int* iCount, SkRect* devBounds) argument
667 SkRect devBounds; local
[all...]
H A DGrAARectRenderer.cpp649 SkRect devBounds = { local
656 verts[0].fPos = SkPoint::Make(devBounds.fLeft, devBounds.fTop);
657 verts[1].fPos = SkPoint::Make(devBounds.fLeft, devBounds.fBottom);
658 verts[2].fPos = SkPoint::Make(devBounds.fRight, devBounds.fBottom);
659 verts[3].fPos = SkPoint::Make(devBounds.fRight, devBounds.fTop);
691 SkRect devBounds local
[all...]
H A DGrDrawTarget.cpp467 const SkRect* devBounds) {
480 if (NULL != devBounds) {
481 info.setDevBounds(*devBounds);
494 const SkRect* devBounds) {
507 if (NULL != devBounds) {
508 info.setDevBounds(*devBounds);
532 SkRect devBounds; local
534 devBounds = SkRect::MakeWH(SkIntToScalar(drawState->getRenderTarget()->width()),
537 devBounds = path->getBounds();
540 viewM.mapRect(&devBounds);
462 drawIndexed(GrPrimitiveType type, int startVertex, int startIndex, int vertexCount, int indexCount, const SkRect* devBounds) argument
491 drawNonIndexed(GrPrimitiveType type, int startVertex, int vertexCount, const SkRect* devBounds) argument
574 drawIndexedInstances(GrPrimitiveType type, int instanceCount, int verticesPerInstance, int indicesPerInstance, const SkRect* devBounds) argument
[all...]
H A DGrDefaultPathRenderer.cpp465 SkRect devBounds; local
466 GetPathDevBounds(path, drawState->getRenderTarget(), viewM, &devBounds);
483 bounds = devBounds;
503 vertexCnt, indexCnt, &devBounds);
505 target->drawNonIndexed(primType, 0, vertexCnt, &devBounds);
H A DGrDrawTarget.h307 * @param devBounds optional bounds hint. This is a promise from the caller,
315 const SkRect* devBounds = NULL);
325 * @param devBounds optional bounds hint. This is a promise from the caller,
331 const SkRect* devBounds = NULL);
405 * @param devBounds optional bounds hint. This is a promise from the caller,
412 const SkRect* devBounds = NULL);
H A DGrInOrderDrawBuffer.cpp172 SkRect devBounds; local
175 get_vertex_bounds(geo.vertices(), vsize, 4, &devBounds);
196 this->drawIndexedInstances(kTriangles_GrPrimitiveType, 1, 4, 6, &devBounds);
202 bool GrInOrderDrawBuffer::quickInsideClip(const SkRect& devBounds) { argument
235 return fClipProxy.contains(devBounds);
239 SkRect clipSpaceBounds = devBounds;
/external/chromium_org/third_party/skia/include/core/
H A DSkMaskFilter.h86 virtual bool canFilterMaskGPU(const SkRect& devBounds,
H A DSkClipStack.h409 * 'devBounds' is the result of an intersection of rects. In this case
410 * 'devBounds' is the exact answer/clip.
416 SkRect* devBounds,
/external/skia/include/core/
H A DSkMaskFilter.h86 virtual bool canFilterMaskGPU(const SkRect& devBounds,
H A DSkClipStack.h409 * 'devBounds' is the result of an intersection of rects. In this case
410 * 'devBounds' is the exact answer/clip.
416 SkRect* devBounds,
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp696 SkRect* devBounds,
698 SkASSERT(NULL != devBounds);
700 devBounds->setLTRB(0, 0,
715 if (!devBounds->intersect(temp)) {
716 devBounds->setEmpty();
692 getConservativeBounds(int offsetX, int offsetY, int maxWidth, int maxHeight, SkRect* devBounds, bool* isIntersectionOfRects) const argument
/external/skia/src/core/
H A DSkClipStack.cpp696 SkRect* devBounds,
698 SkASSERT(NULL != devBounds);
700 devBounds->setLTRB(0, 0,
715 if (!devBounds->intersect(temp)) {
716 devBounds->setEmpty();
692 getConservativeBounds(int offsetX, int offsetY, int maxWidth, int maxHeight, SkRect* devBounds, bool* isIntersectionOfRects) const argument

Completed in 909 milliseconds

12