Searched refs:joinPossiblyEmptyRect (Results 1 – 22 of 22) sorted by relevance
/external/skia/docs/examples/ |
D | Rect_joinPossiblyEmptyRect.cpp | 10 rect.joinPossiblyEmptyRect(toJoin); in draw() 12 sorted.joinPossiblyEmptyRect(toJoin); in draw()
|
/external/skqp/src/gpu/ops/ |
D | GrOp.h | 294 return fBounds.joinPossiblyEmptyRect(that.fBounds); in joinBounds()
|
D | GrFillRectOp.cpp | 299 newBounds.joinPossiblyEmptyRect(deviceQuad.bounds(fDeviceQuads.quadType())); in addQuad()
|
D | GrTextureOp.cpp | 268 bounds.joinPossiblyEmptyRect(quad.bounds(quadType)); in TextureOp()
|
D | GrStrokeRectOp.cpp | 374 bounds.joinPossiblyEmptyRect(info.fDevOutsideAssist); in AAStrokeRectOp()
|
/external/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 190 bounds.joinPossiblyEmptyRect(shadowBounds); in paint() 202 bounds.joinPossiblyEmptyRect(recordBounds); in paint() 341 record.fBounds.joinPossiblyEmptyRect(record.fBlob->bounds()); in buildTextBlob() 397 shadowBounds.joinPossiblyEmptyRect(bounds); in paintShadow()
|
D | ParagraphImpl.cpp | 569 bounds.joinPossiblyEmptyRect(boundaries); in paintLinesIntoPicture()
|
/external/skia/src/gpu/ops/ |
D | GrOp.h | 303 return fBounds.joinPossiblyEmptyRect(that.fBounds); in joinBounds()
|
D | GrFillRectOp.cpp | 412 newBounds.joinPossiblyEmptyRect(quad->fDevice.bounds()); in addQuad()
|
D | GrStrokeRectOp.cpp | 413 bounds.joinPossiblyEmptyRect(info.fDevOutsideAssist); in AAStrokeRectOp()
|
D | GrTextureOp.cpp | 573 bounds.joinPossiblyEmptyRect(quad.fDevice.bounds()); in TextureOp()
|
/external/skia/include/core/ |
D | SkRect.h | 1169 this->joinPossiblyEmptyRect(r); in joinNonEmptyArg() 1179 void joinPossiblyEmptyRect(const SkRect& r) { in joinPossiblyEmptyRect() function
|
/external/skqp/docs/ |
D | SkRect_Reference.bmh | 1461 #SeeAlso joinNonEmptyArg joinPossiblyEmptyRect SkIRect::join 1481 #SeeAlso joinNonEmptyArg joinPossiblyEmptyRect SkIRect::join 1510 #SeeAlso join joinPossiblyEmptyRect SkIRect::join 1516 #Method void joinPossiblyEmptyRect(const SkRect& r) 1529 rect.joinPossiblyEmptyRect(toJoin); 1531 sorted.joinPossiblyEmptyRect(toJoin);
|
/external/skqp/include/core/ |
D | SkRect.h | 1365 this->joinPossiblyEmptyRect(r); in joinNonEmptyArg() 1375 void joinPossiblyEmptyRect(const SkRect& r) { in joinPossiblyEmptyRect() function
|
/external/skqp/src/pathops/ |
D | SkPathOpsAsWinding.cpp | 198 bounds.joinPossiblyEmptyRect(verbBounds); in contourBounds()
|
/external/skia/src/pathops/ |
D | SkPathOpsAsWinding.cpp | 195 bounds.joinPossiblyEmptyRect(verbBounds); in contourBounds()
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 919 bounds.joinPossiblyEmptyRect(SkRect::MakeLTRB(lt.x(), lt.y(), rb.x(), rb.y())); in Make() 1184 bounds.joinPossiblyEmptyRect(SkRect::MakeLTRB(lt.x(), lt.y(), rb.x(), rb.y())); in Make() 1952 bounds.joinPossiblyEmptyRect(SkRect::MakeLTRB(lt.x(), lt.y(), rb.x(), rb.y())); in Make() 2183 bounds.joinPossiblyEmptyRect(SkRect::MakeLTRB(lt.x(), lt.y(), rb.x(), rb.y())); in Make()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetOpList.cpp | 285 fBounds.joinPossiblyEmptyRect(bounds); in tryConcat()
|
/external/skia/src/gpu/ |
D | GrOpsTask.cpp | 294 fBounds.joinPossiblyEmptyRect(bounds); in tryConcat()
|
/external/skqp/site/user/api/ |
D | SkRect_Reference.md | 73 …void <a href='#SkRect_joinPossiblyEmptyRect'>joinPossiblyEmptyRect</a>(const <a href='SkRect_Refer… 2344 …yArg'>joinNonEmptyArg</a> <a href='#SkRect_joinPossiblyEmptyRect'>joinPossiblyEmptyRect</a> <a hre… 2380 …yArg'>joinNonEmptyArg</a> <a href='#SkRect_joinPossiblyEmptyRect'>joinPossiblyEmptyRect</a> <a hre… 2420 <a href='#SkRect_join'>join</a> <a href='#SkRect_joinPossiblyEmptyRect'>joinPossiblyEmptyRect</a> <… 2427 void <a href='#SkRect_joinPossiblyEmptyRect'>joinPossiblyEmptyRect</a>(const <a href='SkRect_Refere…
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 2434 setBounds.joinPossiblyEmptyRect(entryBounds); in onDrawEdgeAAImageSet2()
|
/external/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 3542 void joinPossiblyEmptyRect(const SkRect& r);
|