/external/skia/src/gpu/ |
D | GrDynamicAtlas.h | 17 struct SkIPoint16; 65 bool addRect(int width, int height, SkIPoint16* location); 82 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 | 28 bool addRect(int w, int h, SkIPoint16* loc) { in addRect() 112 bool GrDynamicAtlas::addRect(int width, int height, SkIPoint16* location) { in addRect() 125 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()
|
/external/skia/src/core/ |
D | SkIPoint16.h | 17 struct SkIPoint16 { struct 29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
|
/external/skqp/src/core/ |
D | SkIPoint16.h | 17 struct SkIPoint16 { struct 29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
|
/external/skqp/src/gpu/ |
D | GrRectanizer.h | 13 struct SkIPoint16; 31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
|
D | GrRectanizer_pow2.h | 35 bool addRect(int w, int h, SkIPoint16* loc) override; 46 SkIPoint16 fLoc;
|
D | GrDrawOpAtlas.h | 126 const void* image, SkIPoint16* loc); 277 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc); 338 const SkIPoint16 fOffset; // the offset of the plot in the backing texture 375 int width, int height, const void* image, SkIPoint16* loc);
|
D | GrRectanizer_skyline.h | 33 bool addRect(int w, int h, SkIPoint16* loc) override;
|
D | GrRectanizer_pow2.cpp | 10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
|
D | GrDrawOpAtlas.cpp | 73 , fOffset(SkIPoint16::Make(fX * fWidth, fY * fHeight)) in Plot() 92 bool GrDrawOpAtlas::Plot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) { in addSubImage() 238 int width, int height, const void* image, SkIPoint16* loc) { in uploadToPage() 267 const void* image, SkIPoint16* loc) { in addToAtlas()
|
/external/skia/src/gpu/tessellate/ |
D | GrDrawAtlasPathOp.h | 19 const SkIRect& devIBounds, const SkIPoint16& locationInAtlas, in GrDrawAtlasPathOp() 59 Instance(const SkIRect& devIBounds, const SkIPoint16& locationInAtlas, in Instance() 77 InstanceList(const SkIRect& devIBounds, const SkIPoint16& locationInAtlas, in InstanceList()
|
D | GrTessellationPathRenderer.h | 69 SkIPoint16* locationInAtlas, bool* transposedInAtlas);
|
/external/skqp/tests/ |
D | GpuRectanizerTest.cpp | 23 SkIPoint16 loc; in test_rectanizer_basic() 36 SkIPoint16 loc; in test_rectanizer_inserts()
|
/external/skia/tests/ |
D | GpuRectanizerTest.cpp | 23 SkIPoint16 loc; in test_rectanizer_basic() 36 SkIPoint16 loc; in test_rectanizer_inserts()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCAtlas.h | 22 struct SkIPoint16; 88 bool internalPlaceRect(int w, int h, SkIPoint16* loc);
|
D | GrCCAtlas.cpp | 29 bool addRect(int w, int h, SkIPoint16* loc, int maxAtlasSize) { in addRect() 110 SkIPoint16 location; in addRect() 121 bool GrCCAtlas::internalPlaceRect(int w, int h, SkIPoint16* loc) { in internalPlaceRect()
|
/external/skia/samplecode/ |
D | SampleRectanizer.cpp | 45 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView() 141 SkTDArray<SkIPoint16> fRectLocations;
|
/external/skqp/samplecode/ |
D | SampleRectanizer.cpp | 45 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView() 146 SkTDArray<SkIPoint16> fRectLocations;
|
/external/skqp/src/gpu/text/ |
D | GrTextBlob.h | 210 static const size_t kColorTextVASize = sizeof(SkPoint) + sizeof(SkIPoint16); 211 static const size_t kColorTextPerspectiveVASize = sizeof(SkPoint3) + sizeof(SkIPoint16); 212 static const size_t kGrayTextVASize = sizeof(SkPoint) + sizeof(GrColor) + sizeof(SkIPoint16); 214 sizeof(SkPoint3) + sizeof(GrColor) + sizeof(SkIPoint16);
|
D | GrTextBlobVertexRegenerator.cpp | 36 size_t colorOffset = vertexStride - sizeof(SkIPoint16) - sizeof(GrColor); in regen_colors() 48 size_t texCoordOffset = vertexStride - sizeof(SkIPoint16); in regen_texcoords()
|
/external/skia/bench/ |
D | RectanizerBench.cpp | 88 SkIPoint16 loc; in onDraw()
|