Searched defs:xforms (Results 1 – 14 of 14) sorted by relevance
| /third_party/skia/docs/examples/ |
| D | Dst.cpp | 7 SkRSXform xforms[] = { { .5f, 0, 0, 0 }, {0, .5f, 125, 128 } }; in draw() local
|
| D | Canvas_drawAtlas.cpp | 8 SkRSXform xforms[] = { { .5f, 0, 0, 0 }, {0, .5f, 200, 100 } }; in draw() local
|
| D | Canvas_drawAtlas_2.cpp | 8 SkRSXform xforms[] = { { .5f, 0, 0, 0 }, {0, .5f, 200, 100 } }; in draw() local
|
| /third_party/skia/src/gpu/ops/ |
| D | DrawAtlasOp.cpp | 108 const SkRSXform* xforms, const SkRect* rects, in DrawAtlasOpImpl() 324 const SkRSXform* xforms, in Make() 367 static void randomize_params(uint32_t count, SkRandom* random, SkTArray<SkRSXform>* xforms, in randomize_params() 382 SkTArray<SkRSXform> xforms(spriteCount); in GR_DRAW_OP_TEST_DEFINE() local
|
| /third_party/skia/gm/ |
| D | skbug_8664.cpp | 20 } xforms[] = { variable
|
| D | drawatlascolor.cpp | 131 SkRSXform xforms[numColors]; in onDraw() local
|
| D | drawatlas.cpp | 245 SkRSXform xforms[len]; variable 283 SkRSXform xforms[len]; variable
|
| D | imagefilters.cpp | 172 } xforms[] = { in onDraw() local
|
| /third_party/skia/src/core/ |
| D | SkTextBlobPriv.h | 216 const SkRSXform* xforms() const { in xforms() function
|
| D | SkGlyphRun.cpp | 270 SkGlyphRunBuilder::convertRSXForm(SkSpan<const SkRSXform> xforms) { in convertRSXForm()
|
| D | SkCanvas.cpp | 2376 void SkCanvas::drawGlyphs(int count, const SkGlyphID glyphs[], const SkRSXform xforms[], in drawGlyphs()
|
| /third_party/skia/include/core/ |
| D | SkTextBlob.h | 327 SkRSXform* xforms() const { return reinterpret_cast<SkRSXform*>(pos); } in xforms() function
|
| /third_party/skia/tests/ |
| D | SkResourceCacheTest.cpp | 184 const SkMatrix xforms[] = { in DEF_TEST() local
|
| /third_party/skia/modules/canvaskit/ |
| D | canvaskit_bindings.cpp | 1914 const SkRSXform* xforms = reinterpret_cast<const SkRSXform*>(xptr); in EMSCRIPTEN_BINDINGS() local 1923 const SkRSXform* xforms = reinterpret_cast<const SkRSXform*>(xptr); in EMSCRIPTEN_BINDINGS() local
|