HomeSort by relevance Sort by last modified time
    Searched refs:deviceMatrix (Results 1 - 10 of 10) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
MathsUtils.java 271 float[] deviceMatrix;
276 deviceMatrix = new float[]{1.0f, 0.0f, 0.0f, 0.0f,
282 deviceMatrix = new float[]{
289 deviceMatrix = new float[]{
296 deviceMatrix = new float[]{
306 return deviceMatrix;
  /external/skia/src/core/
SkScalerContext.cpp 656 SkMatrix deviceMatrix;
657 this->getMatrixFrom2x2(&deviceMatrix);
658 m->postConcat(deviceMatrix);
895 const SkMatrix* deviceMatrix,
899 SkASSERT(deviceMatrix == nullptr || !deviceMatrix->hasPerspective());
912 if (deviceMatrix) {
913 const SkMatrix::TypeMask mask = deviceMatrix->getType();
915 rec->fPost2x2[0][0] = sk_relax(deviceMatrix->getScaleX());
916 rec->fPost2x2[1][1] = sk_relax(deviceMatrix->getScaleY())
    [all...]
SkScalerContext.h 307 const SkMatrix* deviceMatrix,
346 const SkMatrix* deviceMatrix, SkAutoDescriptor* ad,
SkGlyphCache.h 144 const SkMatrix* deviceMatrix);
SkGlyphCache.cpp 812 const SkMatrix* deviceMatrix) {
817 paint, surfaceProps, scalerContextFlags, deviceMatrix, &ad, &effects);
  /external/skqp/src/core/
SkScalerContext.cpp 662 SkMatrix deviceMatrix;
663 this->getMatrixFrom2x2(&deviceMatrix);
664 m->postConcat(deviceMatrix);
901 const SkMatrix* deviceMatrix,
905 SkASSERT(deviceMatrix == nullptr || !deviceMatrix->hasPerspective());
918 if (deviceMatrix) {
919 const SkMatrix::TypeMask mask = deviceMatrix->getType();
921 rec->fPost2x2[0][0] = sk_relax(deviceMatrix->getScaleX());
922 rec->fPost2x2[1][1] = sk_relax(deviceMatrix->getScaleY())
    [all...]
SkScalerContext.h 280 const SkMatrix* deviceMatrix,
316 const SkMatrix* deviceMatrix, SkAutoDescriptor* ad,
SkGlyphCache.h 144 const SkMatrix* deviceMatrix);
SkGlyphCache.cpp 818 const SkMatrix* deviceMatrix) {
823 paint, surfaceProps, scalerContextFlags, deviceMatrix, &ad, &effects);
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 231 milliseconds