Searched refs:SkIPoint16 (Results 1 – 20 of 20) sorted by relevance
/external/skia/src/gpu/ |
D | GrLayerAtlas.h | 51 bool allocateRect(int width, int height, SkIPoint16*); 55 SkIPoint16 fOffset; // the offset of the plot in the backing texture 108 Plot* addToAtlas(ClientPlotUsage*, int width, int height, SkIPoint16* loc);
|
D | GrRectanizer.h | 13 struct SkIPoint16; 31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
|
D | GrRectanizer_pow2.h | 33 bool addRect(int w, int h, SkIPoint16* loc) override; 44 SkIPoint16 fLoc;
|
D | GrBatchAtlas.h | 55 SkIPoint16* loc); 163 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc); 214 const SkIPoint16 fOffset; // the offset of the plot in the backing texture
|
D | GrBatchAtlas.cpp | 29 , fOffset(SkIPoint16::Make(fX * fWidth, fY * fHeight)) in BatchPlot() 45 SkIPoint16* loc) { in addSubImage() 198 int width, int height, const void* image, SkIPoint16* loc) { in addToAtlas()
|
D | GrLayerAtlas.cpp | 31 bool GrLayerAtlas::Plot::allocateRect(int width, int height, SkIPoint16* loc) { in allocateRect() 131 int width, int height, SkIPoint16* loc) { in addToAtlas()
|
D | GrRectanizer_skyline.h | 33 bool addRect(int w, int h, SkIPoint16* loc) override;
|
D | GrRectanizer_pow2.cpp | 11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
|
D | GrGlyph.h | 39 SkIPoint16 fAtlasLocation;
|
D | GrRectanizer_skyline.cpp | 12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect()
|
D | GrLayerCache.cpp | 210 SkIPoint16 loc; in tryToAtlas()
|
/external/skia/tests/ |
D | GpuRectanizerTest.cpp | 25 SkIPoint16 loc; in test_rectanizer_basic() 38 SkIPoint16 loc; in test_rectanizer_inserts()
|
/external/skia/samplecode/ |
D | SampleRectanizer.cpp | 43 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView() 145 SkTDArray<SkIPoint16> fRectLocations;
|
/external/skia/include/core/ |
D | SkPoint.h | 18 struct SkIPoint16 { struct 21 static SkIPoint16 Make(int x, int y) { in Make() argument 22 SkIPoint16 pt; in Make()
|
/external/skia/src/gpu/batches/ |
D | GrAADistanceFieldPathRenderer.h | 65 SkIPoint16 fAtlasLocation;
|
D | GrAADistanceFieldPathRenderer.cpp | 402 SkIPoint16 atlasLocation; in addPathToAtlas()
|
/external/skia/bench/ |
D | RectanizerBench.cpp | 88 SkIPoint16 loc; in onDraw()
|
/external/skia/src/gpu/text/ |
D | GrBatchFontCache.h | 162 SkIPoint16* loc) { in addToAtlas()
|
D | GrAtlasTextBlob.h | 238 static const size_t kColorTextVASize = sizeof(SkPoint) + sizeof(SkIPoint16); 239 static const size_t kGrayTextVASize = sizeof(SkPoint) + sizeof(GrColor) + sizeof(SkIPoint16);
|
D | GrAtlasTextBlob_regenInBatch.cpp | 62 intptr_t texCoordOffset = vertexStride - sizeof(SkIPoint16); in regen_vertices()
|