Searched refs:matrixValue (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1PatternDictionary_autogen.cpp110 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
H A DSkPdfType1FormDictionary_autogen.cpp86 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
H A DSkPdfType3FontDictionary_autogen.cpp62 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1PatternDictionary_autogen.cpp110 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
H A DSkPdfType1FormDictionary_autogen.cpp86 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
H A DSkPdfType3FontDictionary_autogen.cpp62 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
/external/opencv/cvaux/src/
H A Dcvtexture.cpp636 double matrixValue = GLCM->matrices[step][sideLoop1][sideLoop2]; local
637 destData[ sideLoop2 ] = (float)matrixValue;
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h1043 SkMatrix matrixValue() const { function in class:SkPdfNativeObject
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h1043 SkMatrix matrixValue() const { function in class:SkPdfNativeObject

Completed in 558 milliseconds