HomeSort by relevance Sort by last modified time
    Searched defs:mats (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
DashPathEffectTest.cpp 62 SkMatrix mats[kNumMats]; local
63 mats[0].reset();
64 mats[1].setRotate(90, 0.5f, 0.5f);
65 mats[2].setTranslate(10.0f, 10.0f);
76 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull);
MatrixTest.cpp 239 SkMatrix mats[2*SK_ARRAY_COUNT(baseMats)]; local
241 mats[i] = baseMats[i];
242 bool invertible = mats[i].invert(&mats[i + SK_ARRAY_COUNT(baseMats)]);
250 int x = rand.nextU() % SK_ARRAY_COUNT(mats);
251 mat.postConcat(mats[x]);
695 SkMatrix mats[kMatrixCount]; local
698 mats[i].set(j, rand.nextRangeF(-3000.f, 3000.f));
726 mats[i].mapHomogeneousPoints(dst, zeros, 1);
733 mats[0].mapHomogeneousPoints(nullptr, nullptr, 0)
    [all...]
  /external/skia/gm/
SkLinearBitmapPipelineGM.cpp 173 const SkMatrix* mats[] = {nullptr, &mi, &mlr, &mt, &mt2, &ms, &ms2, &mr}; local
179 for (auto mat : mats) {
200 canvas->translate(0, (H + 20) * SK_ARRAY_COUNT(mats));
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 109 milliseconds