Searched refs:SkIPoint16 (Results 1 – 20 of 20) sorted by relevance
/external/skia/src/gpu/ |
D | GrAtlas.h | 42 bool addSubImage(int width, int height, const void*, SkIPoint16*); 65 SkIPoint16 fOffset; // the offset of the plot in the backing texture 106 GrPlot* addToAtlas(ClientPlotUsage*, int width, int height, const void* image, 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 | GrPlotMgr.h | 37 bool newPlot(SkIPoint16* loc) { in newPlot() 70 SkIPoint16 fDim;
|
D | GrBatchAtlas.cpp | 15 static inline void adjust_for_offset(SkIPoint16* loc, const SkIPoint16& offset) { in adjust_for_offset() 49 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc, size_t rowBytes) { in addSubImage() 189 SkIPoint16 fOffset; // the offset of the plot in the backing texture 288 int width, int height, const void* image, SkIPoint16* loc) { in addToAtlas()
|
D | GrAtlas.cpp | 55 static inline void adjust_for_offset(SkIPoint16* loc, const SkIPoint16& offset) { in adjust_for_offset() 60 bool GrPlot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) { in addSubImage() 207 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 | GrAADistanceFieldPathRenderer.h | 61 SkIPoint16 fAtlasLocation;
|
D | GrGlyph.h | 41 SkIPoint16 fAtlasLocation;
|
D | GrBatchAtlas.h | 47 SkIPoint16* loc);
|
D | GrRectanizer_skyline.cpp | 12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect()
|
D | GrBatchFontCache.h | 139 SkIPoint16* loc) { in addToAtlas()
|
D | GrAtlasTextContext.cpp | 43 static const size_t kLCDTextVASize = sizeof(SkPoint) + sizeof(SkIPoint16); 46 static const size_t kColorTextVASize = sizeof(SkPoint) + sizeof(SkIPoint16); 48 static const size_t kGrayTextVASize = sizeof(SkPoint) + sizeof(GrColor) + sizeof(SkIPoint16); 1676 vertex += vertexStride - sizeof(SkIPoint16); in generateGeometry() 1813 SkIPoint16* textureCoords; in regenerateTextureCoords() 1815 textureCoords = reinterpret_cast<SkIPoint16*>(vertex); in regenerateTextureCoords() 1820 textureCoords = reinterpret_cast<SkIPoint16*>(vertex); in regenerateTextureCoords() 1825 textureCoords = reinterpret_cast<SkIPoint16*>(vertex); in regenerateTextureCoords() 1830 textureCoords = reinterpret_cast<SkIPoint16*>(vertex); in regenerateTextureCoords()
|
D | GrLayerCache.cpp | 205 SkIPoint16 loc; in tryToAtlas()
|
D | GrAADistanceFieldPathRenderer.cpp | 411 SkIPoint16 atlasLocation; in addPathToAtlas()
|
/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/bench/ |
D | RectanizerBench.cpp | 88 SkIPoint16 loc; in onDraw()
|