Home
last modified time | relevance | path

Searched refs:SkIPoint16 (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/src/gpu/
DGrDynamicAtlas.h16 struct SkIPoint16;
66 bool addRect(int width, int height, SkIPoint16* location);
81 bool internalPlaceRect(int w, int h, SkIPoint16* loc);
DGrRectanizer.h13 struct SkIPoint16;
31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
DGrRectanizerPow2.h37 bool addRect(int w, int h, SkIPoint16* loc) final;
48 SkIPoint16 fLoc;
DGrDynamicAtlas.cpp31 bool addRect(int w, int h, SkIPoint16* loc) { in addRect()
131 bool GrDynamicAtlas::addRect(int width, int height, SkIPoint16* location) { in addRect()
144 bool GrDynamicAtlas::internalPlaceRect(int w, int h, SkIPoint16* loc) { in internalPlaceRect()
DGrRectanizerSkyline.h35 bool addRect(int w, int h, SkIPoint16* loc) final;
DGrRectanizerPow2.cpp10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
DGrRectanizerSkyline.cpp13 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect()
DGrDrawOpAtlas.cpp105 , fOffset(SkIPoint16::Make(fX * fWidth, fY * fHeight)) in Plot()
127 SkIPoint16 loc; in addSubImage()
DGrDrawOpAtlas.h493 const SkIPoint16 fOffset; // the offset of the plot in the backing texture
/third_party/skia/src/core/
DSkIPoint16.h17 struct SkIPoint16 { struct
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
DBUILD.bazel160 "SkIPoint16.h",
/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.h84 SkIPoint16* locationInAtlas,
112 SkTHashMap<AtlasPathKey, SkIPoint16> fAtlasPathCache;
DAtlasInstancedHelper.h61 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance()
68 SkIPoint16 fLocationInAtlas;
DAtlasRenderTask.h17 struct SkIPoint16;
40 int heightInAtlas, bool transposedInAtlas, SkIPoint16* locationInAtlas);
DDrawAtlasPathOp.h23 GrPaint&& paint, SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, in DrawAtlasPathOp()
59 const SkPMColor4f& color, SkIPoint16 locationInAtlas, in Instance()
DAtlasPathRenderer.cpp174 SkIPoint16* locationInAtlas, in addPathToAtlas()
213 if (const SkIPoint16* existingLocation = fAtlasPathCache.find(atlasPathKey)) { in addPathToAtlas()
301 SkIPoint16 locationInAtlas; in onDrawPath()
349 SkIPoint16 locationInAtlas; in makeAtlasClipEffect()
DAtlasRenderTask.cpp33 bool transposedInAtlas, SkIPoint16* locationInAtlas) { in addPath()
/third_party/skia/tests/
DGpuRectanizerTest.cpp23 SkIPoint16 loc; in test_rectanizer_basic()
36 SkIPoint16 loc; in test_rectanizer_inserts()
/third_party/skia/samplecode/
DSampleRectanizer.cpp45 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView()
141 SkTDArray<SkIPoint16> fRectLocations;
/third_party/skia/bench/
DRectanizerBench.cpp88 SkIPoint16 loc; in onDraw()