Searched refs:sourceBounds (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 43 gl::Rectangle sourceBounds; member 65 bounds.sourceBounds = gl::Rectangle(0, 0, readSize.width, readSize.height); in GetBlitFramebufferBounds() 1012 if (!bounds.sourceBounds.encloses(bounds.sourceRegion)) in adjustSrcDstRegion() 1028 while (sourceClippedWidth > 2 * bounds.sourceBounds.width) in adjustSrcDstRegion() 1035 while (sourceClippedHeight > 2 * bounds.sourceBounds.height) in adjustSrcDstRegion() 1052 if (left >= 0 && left < bounds.sourceBounds.width) in adjustSrcDstRegion() 1057 else if (right > 0 && right <= bounds.sourceBounds.width) in adjustSrcDstRegion() 1070 if (top >= 0 && top < bounds.sourceBounds.height) in adjustSrcDstRegion() 1075 else if (bottom > 0 && bottom <= bounds.sourceBounds.height) in adjustSrcDstRegion() 1153 if (!bounds.sourceBounds.encloses(bounds.sourceRegion)) in clipSrcRegion() [all …]
|
D | BlitGL.cpp | 466 gl::Rectangle sourceBounds(0, 0, sourceSize.width, sourceSize.height); in blitColorBufferWithShader() local 467 if (!gl::ClipRectangle(sourceArea, sourceBounds, &inBoundsSource)) in blitColorBufferWithShader()
|
/third_party/skia/src/core/ |
D | SkGlyphRun.h | 48 SkRect sourceBounds(const SkPaint& paint) const; 103 SkRect sourceBounds() const { return fSourceBounds; } in sourceBounds() function
|
D | SkGlyphRun.cpp | 42 SkRect SkGlyphRun::sourceBounds(const SkPaint& paint) const { in sourceBounds() function in SkGlyphRun 204 bounds = fGlyphRunListStorage.front().sourceBounds(paint); in textToGlyphRunList()
|
D | SkDevice.cpp | 454 this->drawGlyphRunList(SkGlyphRunList{run, run.sourceBounds(paint), {0, 0}}, paint); in simplifyGlyphRunRSXFormAndRedraw() 484 SkGlyphRunList{glyphRun, glyphRun.sourceBounds(paint), {0, 0}}, invertingPaint); in simplifyGlyphRunRSXFormAndRedraw()
|
D | SkCanvas.cpp | 2302 SkRect bounds = glyphRunList.sourceBounds(); in onDrawGlyphRunList() 2342 glyphRun.sourceBounds(paint).makeOffset(origin), in drawGlyphs() 2362 glyphRun.sourceBounds(paint).makeOffset(origin), in drawGlyphs() 2385 glyphRun.sourceBounds(paint).makeOffset(origin), in drawGlyphs()
|