Home
last modified time | relevance | path

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

12

/external/skqp/src/core/
DSkIPoint16.h17 struct SkIPoint16 { struct
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
/external/skia/src/core/
DSkIPoint16.h17 struct SkIPoint16 { struct
29 static constexpr SkIPoint16 Make(int x, int y) { in Make() argument
/external/skqp/src/gpu/
DGrRectanizer.h13 struct SkIPoint16;
31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
DGrRectanizer_pow2.h35 bool addRect(int w, int h, SkIPoint16* loc) override;
46 SkIPoint16 fLoc;
DGrDrawOpAtlas.h126 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);
DGrDrawOpAtlas.cpp73 , 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()
DGrRectanizer_skyline.h33 bool addRect(int w, int h, SkIPoint16* loc) override;
DGrRectanizer_pow2.cpp10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
/external/skia/src/gpu/
DGrRectanizer.h13 struct SkIPoint16;
31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
DGrRectanizer_pow2.h35 bool addRect(int w, int h, SkIPoint16* loc) override;
46 SkIPoint16 fLoc;
DGrDrawOpAtlas.h126 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);
DGrDrawOpAtlas.cpp73 , 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()
DGrRectanizer_skyline.h33 bool addRect(int w, int h, SkIPoint16* loc) override;
DGrRectanizer_pow2.cpp10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
/external/skqp/tests/
DGpuRectanizerTest.cpp23 SkIPoint16 loc; in test_rectanizer_basic()
36 SkIPoint16 loc; in test_rectanizer_inserts()
/external/skia/tests/
DGpuRectanizerTest.cpp23 SkIPoint16 loc; in test_rectanizer_basic()
36 SkIPoint16 loc; in test_rectanizer_inserts()
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.h22 struct SkIPoint16;
88 bool internalPlaceRect(int w, int h, SkIPoint16* loc);
DGrCCAtlas.cpp29 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/src/gpu/ccpr/
DGrCCAtlas.h22 struct SkIPoint16;
88 bool internalPlaceRect(int w, int h, SkIPoint16* loc);
DGrCCAtlas.cpp30 bool addRect(int w, int h, SkIPoint16* loc, int maxAtlasSize) { in addRect()
111 SkIPoint16 location; in addRect()
122 bool GrCCAtlas::internalPlaceRect(int w, int h, SkIPoint16* loc) { in internalPlaceRect()
/external/skia/samplecode/
DSampleRectanizer.cpp45 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView()
146 SkTDArray<SkIPoint16> fRectLocations;
/external/skqp/samplecode/
DSampleRectanizer.cpp45 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView()
146 SkTDArray<SkIPoint16> fRectLocations;
/external/skqp/src/gpu/text/
DGrTextBlob.h210 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);
DGrTextBlobVertexRegenerator.cpp36 size_t colorOffset = vertexStride - sizeof(SkIPoint16) - sizeof(GrColor); in regen_colors()
48 size_t texCoordOffset = vertexStride - sizeof(SkIPoint16); in regen_texcoords()
/external/skia/src/gpu/text/
DGrTextBlob.h213 static const size_t kColorTextVASize = sizeof(SkPoint) + sizeof(SkIPoint16);
214 static const size_t kColorTextPerspectiveVASize = sizeof(SkPoint3) + sizeof(SkIPoint16);
215 static const size_t kGrayTextVASize = sizeof(SkPoint) + sizeof(GrColor) + sizeof(SkIPoint16);
217 sizeof(SkPoint3) + sizeof(GrColor) + sizeof(SkIPoint16);

12