HomeSort by relevance Sort by last modified time
    Searched defs:ctm (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/skqp/src/gpu/ops/
GrSmallPathRenderer.cpp 230 const SkMatrix& ctm = fShapes[0].fViewMatrix; variable
233 // Still need to key off of ctm to pick the right shader for the transformed quad
234 flags |= ctm.isScaleTranslate() ? kScaleOnly_DistanceFieldEffectFlag : 0;
235 flags |= ctm.isSimilarity() ? kSimilarity_DistanceFieldEffectFlag : 0;
240 if (ctm.hasPerspective()) {
241 matrix = &ctm;
243 if (!ctm.invert(&invert)) {
256 if (!ctm.invert(&invert)) {
532 const SkMatrix& ctm) const {
537 SkMatrix drawMatrix(ctm);
    [all...]
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 637 CFX_Matrix ctm = GetCTM(); local
638 float fScaleX = fabs(ctm.a);
639 float fScaleY = fabs(ctm.d);
737 CFX_Matrix ctm = GetCTM(); local
738 float fScaleX = fabs(ctm.a);
739 float fScaleY = fabs(ctm.d);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 182 SkMatrix matrix = this->ctm();
281 this->ctm(), &grPaint)) {
285 fRenderTargetContext->drawPaint(this->clip(), std::move(grPaint), this->ctm());
314 this->ctm(), &grPaint)) {
322 this->ctm(), path, style);
327 bool isHairline = (0 == width) || (1 == width && this->ctm().getMinMaxScales(scales) &&
336 draw.fMatrix = &this->ctm();
344 const SkMatrix* viewMatrix = &this->ctm();
382 this->clip(), path, paint, this->ctm(), nullptr,
389 this->ctm(), &grPaint))
1089 SkMatrix ctm = this->ctm(); local
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 106 const SkMatrix& ctm,
111 draw.fMatrix = &ctm;
125 // switch to device space, where CTM = I, while keeping the original behavior.
127 // I * LocalMatrix * NewWrappingMatrix = CTM * LocalMatrix
128 // LocalMatrix * NewWrappingMatrix = CTM * LocalMatrix
129 // InvLocalMatrix * LocalMatrix * NewWrappingMatrix = InvLocalMatrix * CTM * LocalMatrix
130 // NewWrappingMatrix = InvLocalMatrix * CTM * LocalMatrix
132 static void transform_shader(SkPaint* paint, const SkMatrix& ctm) {
136 SkMatrix m = SkMatrix::Concat(SkMatrix::Concat(lmInv, ctm), lm);
477 : ScopedContentEntry(dev, dev->cs(), dev->ctm(), paint, hasText) {
607 SkMatrix ctm = this->ctm(); local
    [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp 106 const SkMatrix& ctm,
111 draw.fMatrix = &ctm;
125 // switch to device space, where CTM = I, while keeping the original behavior.
127 // I * LocalMatrix * NewWrappingMatrix = CTM * LocalMatrix
128 // LocalMatrix * NewWrappingMatrix = CTM * LocalMatrix
129 // InvLocalMatrix * LocalMatrix * NewWrappingMatrix = InvLocalMatrix * CTM * LocalMatrix
130 // NewWrappingMatrix = InvLocalMatrix * CTM * LocalMatrix
132 static void transform_shader(SkPaint* paint, const SkMatrix& ctm) {
136 SkMatrix m = SkMatrix::Concat(SkMatrix::Concat(lmInv, ctm), lm);
477 : ScopedContentEntry(dev, dev->cs(), dev->ctm(), paint, hasText) {
607 SkMatrix ctm = this->ctm(); local
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 253 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
953 const SkMatrix& ctm = fMCRec->fMatrix; \/\/ this->getTotalMatrix() local
2206 const SkMatrix& ctm = this->getTotalMatrix(); local
2979 SkMatrix ctm = this->getTotalMatrix(); local
    [all...]
  /external/skqp/src/core/
SkCanvas.cpp 253 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
953 const SkMatrix& ctm = fMCRec->fMatrix; \/\/ this->getTotalMatrix() local
2180 const SkMatrix& ctm = this->getTotalMatrix(); local
2951 SkMatrix ctm = this->getTotalMatrix(); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 2972 long ctm = System.currentTimeMillis(); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 547 milliseconds

12 3 4