Home
last modified time | relevance | path

Searched defs:addRect (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/gpu/
DRectanizerPow2.cpp12 bool RectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in skgpu::RectanizerPow2
DRectanizerSkyline.cpp17 bool RectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in skgpu::RectanizerSkyline
DAtlasTypes.cpp53 bool Plot::addRect(int width, int height, AtlasLocator* atlasLocator) { in addRect() function in skgpu::Plot
/external/skia/src/gpu/ganesh/
DGrDynamicAtlas.cpp44 bool addRect(int w, int h, SkIPoint16* loc) { in addRect() function in GrDynamicAtlas::Node
145 bool GrDynamicAtlas::addRect(int width, int height, SkIPoint16* location) { in addRect() function in GrDynamicAtlas
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyPath.java361 protected void addRect(RectF rect, Direction dir) { in addRect() method in ShadowLegacyPath
366 protected void addRect(float left, float top, float right, float bottom, Path.Direction dir) { in addRect() method in ShadowLegacyPath
/external/skia/src/gpu/graphite/
DComputePathAtlas.cpp89 const TextureProxy* ComputePathAtlas::addRect(skvx::half2 maskSize, in addRect() function in skgpu::graphite::ComputePathAtlas
DDrawAtlas.cpp194 DrawAtlas::ErrorCode DrawAtlas::addRect(Recorder* recorder, in addRect() function in skgpu::graphite::DrawAtlas
/external/skia/src/core/
DSkPathBuilder.cpp668 SkPathBuilder& SkPathBuilder::addRect(const SkRect& rect, SkPathDirection dir, unsigned index) { in addRect() function in SkPathBuilder
DSkPictureRecord.cpp923 void SkPictureRecord::addRect(const SkRect& rect) { in addRect() function in SkPictureRecord
DSkPath.cpp864 SkPath& SkPath::addRect(const SkRect &rect, SkPathDirection dir, unsigned startIndex) { in addRect() function in SkPath
/external/skia/modules/canvaskit/
Dinterface.js148 CanvasKit.Path.prototype.addRect = function(rect, isCCW) { method in CanvasKit.Path
Dexterns.js664 addRect: function() {}, method
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2468 addRect(rect: InputRect, isCCW?: boolean): Path; method