HomeSort by relevance Sort by last modified time
    Searched full:xforms (Results 1 - 16 of 16) sorted by null

  /external/skia/src/gpu/batches/
GrDrawPathBatch.cpp 10 static void pre_translate_transform_values(const float* xforms,
164 inline void pre_translate_transform_values(const float* xforms,
168 memcpy(dst, xforms, count * GrPathRendering::PathTransformSize(type) * sizeof(float));
178 dst[i] = xforms[i] + x;
184 dst[i] = xforms[i] + y;
189 dst[i] = xforms[i] + x;
190 dst[i + 1] = xforms[i + 1] + y;
195 dst[i] = xforms[i];
196 dst[i + 1] = xforms[i + 1];
197 dst[i + 2] = xforms[i] * x + xforms[i + 1] * y + xforms[i + 2]
    [all...]
GrDrawAtlasBatch.h 25 int spriteCount, const SkRSXform* xforms, const SkRect* rects,
27 return new GrDrawAtlasBatch(geometry, viewMatrix, spriteCount, xforms, rects, colors);
52 const SkRSXform* xforms, const SkRect* rects, const SkColor* colors);
GrDrawAtlasBatch.cpp 88 int spriteCount, const SkRSXform* xforms, const SkRect* rects,
91 SkASSERT(xforms);
120 xforms[spriteIndex].toQuad(currRect.width(), currRect.height(), quad);
232 SkTArray<SkRSXform>* xforms,
236 xforms->push_back(random_xform(random));
247 SkTArray<SkRSXform> xforms(spriteCount);
255 &xforms,
263 return GrDrawAtlasBatch::Create(geometry, viewMatrix, spriteCount, xforms.begin(),
  /external/skia/gm/
drawatlascolor.cpp 125 SkRSXform xforms[numColors]; variable
133 xforms[i].set(1.0f, 0.0f, SkIntToScalar(kPad), i*(target.width()+kPad));
154 canvas->drawAtlas(fAtlas, xforms, rects, quadColors, numColors,
158 canvas->drawAtlas(fAtlas, xforms, rects, quadColors, numColors,
imagefilters.cpp 156 } xforms[] = { local
168 for (const auto& xform : xforms) {
  /external/skia/tests/
SkResourceCacheTest.cpp 309 const SkMatrix xforms[] = { local
314 for (size_t i = 0; i < SK_ARRAY_COUNT(xforms); ++i) {
315 test_discarded_image(reporter, xforms[i], []() {
321 test_discarded_image(reporter, xforms[i], []() {
  /external/libxml2/test/relaxng/
OpenDocumentSub.rng 33 xmlns:xforms="http://www.w3.org/2002/xforms"
  /external/skia/include/private/
SkRecords.h 345 PODArray<SkRSXform> xforms;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 387 // other xforms later if dead.
    [all...]
InstCombineAndOrXor.cpp 360 /// whether the operator is a sub. If we can fold one of the following xforms:
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/skia/src/core/
SkRecordDraw.cpp 117 DRAW(DrawAtlas, drawAtlas(r.atlas, r.xforms, r.texs, r.colors, r.count, r.mode, r.cull, r.paint));
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/
Changes.html     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 5364 milliseconds