Home
last modified time | relevance | path

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

/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.h91 SkIPoint16* loc);
205 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc);
254 const SkIPoint16 fOffset; // the offset of the plot in the backing texture
DGrDrawOpAtlas.cpp68 , fOffset(SkIPoint16::Make(fX * fWidth, fY * fHeight)) in Plot()
83 bool GrDrawOpAtlas::Plot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) { in addSubImage()
230 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()
DGrGlyph.h40 SkIPoint16 fAtlasLocation;
DGrRectanizer_skyline.cpp11 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect()
/external/skia/tests/
DGpuRectanizerTest.cpp25 SkIPoint16 loc; in test_rectanizer_basic()
38 SkIPoint16 loc; in test_rectanizer_inserts()
/external/skia/samplecode/
DSampleRectanizer.cpp43 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView()
145 SkTDArray<SkIPoint16> fRectLocations;
/external/skia/include/core/
DSkPoint.h18 struct SkIPoint16 { struct
21 static SkIPoint16 Make(int x, int y) { in Make() argument
22 SkIPoint16 pt; in Make()
/external/skia/bench/
DRectanizerBench.cpp88 SkIPoint16 loc; in onDraw()
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.h165 SkIPoint16* loc) { in addToAtlas()
DGrAtlasTextBlob.h232 static const size_t kColorTextVASize = sizeof(SkPoint) + sizeof(SkIPoint16);
233 static const size_t kGrayTextVASize = sizeof(SkPoint) + sizeof(GrColor) + sizeof(SkIPoint16);
DGrAtlasTextBlob_regenInOp.cpp62 intptr_t texCoordOffset = vertexStride - sizeof(SkIPoint16); in regen_vertices()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp477 SkIPoint16 atlasLocation; in addDFPathToAtlas()
568 SkIPoint16 atlasLocation; in addBMPathToAtlas()