Searched refs:SkIPoint16 (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrDynamicAtlas.h | 16 struct SkIPoint16; 66 bool addRect(int width, int height, SkIPoint16* location); 81 bool internalPlaceRect(int w, int h, SkIPoint16* loc);
|
D | GrRectanizer.h | 13 struct SkIPoint16; 31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
|
D | GrRectanizerPow2.h | 37 bool addRect(int w, int h, SkIPoint16* loc) final; 48 SkIPoint16 fLoc;
|
D | GrDynamicAtlas.cpp | 31 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()
|
D | GrRectanizerSkyline.h | 35 bool addRect(int w, int h, SkIPoint16* loc) final;
|
D | GrRectanizerPow2.cpp | 10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
|
D | GrRectanizerSkyline.cpp | 13 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect()
|
D | GrDrawOpAtlas.cpp | 105 , fOffset(SkIPoint16::Make(fX * fWidth, fY * fHeight)) in Plot() 127 SkIPoint16 loc; in addSubImage()
|
D | GrDrawOpAtlas.h | 493 const SkIPoint16 fOffset; // the offset of the plot in the backing texture
|
/third_party/skia/src/core/ |
D | SkIPoint16.h | 17 struct SkIPoint16 { struct 29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
|
D | BUILD.bazel | 160 "SkIPoint16.h",
|
/third_party/skia/src/gpu/ops/ |
D | AtlasPathRenderer.h | 84 SkIPoint16* locationInAtlas, 112 SkTHashMap<AtlasPathKey, SkIPoint16> fAtlasPathCache;
|
D | AtlasInstancedHelper.h | 61 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance() 68 SkIPoint16 fLocationInAtlas;
|
D | AtlasRenderTask.h | 17 struct SkIPoint16; 40 int heightInAtlas, bool transposedInAtlas, SkIPoint16* locationInAtlas);
|
D | DrawAtlasPathOp.h | 23 GrPaint&& paint, SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, in DrawAtlasPathOp() 59 const SkPMColor4f& color, SkIPoint16 locationInAtlas, in Instance()
|
D | AtlasPathRenderer.cpp | 174 SkIPoint16* locationInAtlas, in addPathToAtlas() 213 if (const SkIPoint16* existingLocation = fAtlasPathCache.find(atlasPathKey)) { in addPathToAtlas() 301 SkIPoint16 locationInAtlas; in onDrawPath() 349 SkIPoint16 locationInAtlas; in makeAtlasClipEffect()
|
D | AtlasRenderTask.cpp | 33 bool transposedInAtlas, SkIPoint16* locationInAtlas) { in addPath()
|
/third_party/skia/tests/ |
D | GpuRectanizerTest.cpp | 23 SkIPoint16 loc; in test_rectanizer_basic() 36 SkIPoint16 loc; in test_rectanizer_inserts()
|
/third_party/skia/samplecode/ |
D | SampleRectanizer.cpp | 45 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView() 141 SkTDArray<SkIPoint16> fRectLocations;
|
/third_party/skia/bench/ |
D | RectanizerBench.cpp | 88 SkIPoint16 loc; in onDraw()
|