Home
last modified time | relevance | path

Searched refs:joinPossiblyEmptyRect (Results 1 – 22 of 22) sorted by relevance

/external/skia/docs/examples/
DRect_joinPossiblyEmptyRect.cpp10 rect.joinPossiblyEmptyRect(toJoin); in draw()
12 sorted.joinPossiblyEmptyRect(toJoin); in draw()
/external/skqp/src/gpu/ops/
DGrOp.h294 return fBounds.joinPossiblyEmptyRect(that.fBounds); in joinBounds()
DGrFillRectOp.cpp299 newBounds.joinPossiblyEmptyRect(deviceQuad.bounds(fDeviceQuads.quadType())); in addQuad()
DGrTextureOp.cpp268 bounds.joinPossiblyEmptyRect(quad.bounds(quadType)); in TextureOp()
DGrStrokeRectOp.cpp374 bounds.joinPossiblyEmptyRect(info.fDevOutsideAssist); in AAStrokeRectOp()
/external/skia/modules/skparagraph/src/
DTextLine.cpp190 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()
DParagraphImpl.cpp569 bounds.joinPossiblyEmptyRect(boundaries); in paintLinesIntoPicture()
/external/skia/src/gpu/ops/
DGrOp.h303 return fBounds.joinPossiblyEmptyRect(that.fBounds); in joinBounds()
DGrFillRectOp.cpp412 newBounds.joinPossiblyEmptyRect(quad->fDevice.bounds()); in addQuad()
DGrStrokeRectOp.cpp413 bounds.joinPossiblyEmptyRect(info.fDevOutsideAssist); in AAStrokeRectOp()
DGrTextureOp.cpp573 bounds.joinPossiblyEmptyRect(quad.fDevice.bounds()); in TextureOp()
/external/skia/include/core/
DSkRect.h1169 this->joinPossiblyEmptyRect(r); in joinNonEmptyArg()
1179 void joinPossiblyEmptyRect(const SkRect& r) { in joinPossiblyEmptyRect() function
/external/skqp/docs/
DSkRect_Reference.bmh1461 #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/
DSkRect.h1365 this->joinPossiblyEmptyRect(r); in joinNonEmptyArg()
1375 void joinPossiblyEmptyRect(const SkRect& r) { in joinPossiblyEmptyRect() function
/external/skqp/src/pathops/
DSkPathOpsAsWinding.cpp198 bounds.joinPossiblyEmptyRect(verbBounds); in contourBounds()
/external/skia/src/pathops/
DSkPathOpsAsWinding.cpp195 bounds.joinPossiblyEmptyRect(verbBounds); in contourBounds()
/external/skia/src/gpu/text/
DGrTextBlob.cpp919 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/
DGrRenderTargetOpList.cpp285 fBounds.joinPossiblyEmptyRect(bounds); in tryConcat()
/external/skia/src/gpu/
DGrOpsTask.cpp294 fBounds.joinPossiblyEmptyRect(bounds); in tryConcat()
/external/skqp/site/user/api/
DSkRect_Reference.md73 …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/
DSkCanvas.cpp2434 setBounds.joinPossiblyEmptyRect(entryBounds); in onDrawEdgeAAImageSet2()
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt3542 void joinPossiblyEmptyRect(const SkRect& r);