Home
last modified time | relevance | path

Searched refs:leftMatrix (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFShader.cpp172 SkMatrix leftMatrix = scale_translate(-deviceBounds.left(), 1, deviceBounds.left(), 0); in make_image_shader() local
173 draw_bitmap_matrix(&canvas, left, leftMatrix, paintColor); in make_image_shader()
176 leftMatrix.postScale(SK_Scalar1, -SK_Scalar1); in make_image_shader()
177 leftMatrix.postTranslate(0, 2 * height); in make_image_shader()
178 draw_bitmap_matrix(&canvas, left, leftMatrix, paintColor); in make_image_shader()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.h426 IdRef leftMatrix,
H A Dspirv_instruction_parser_autogen.h506 IdRef *leftMatrix,
H A Dspirv_instruction_builder_autogen.cpp1602 IdRef leftMatrix, in WriteMatrixTimesMatrix()
1609 blob->push_back(leftMatrix); in WriteMatrixTimesMatrix()
1599 WriteMatrixTimesMatrix(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef leftMatrix, IdRef rightMatrix) WriteMatrixTimesMatrix() argument
H A Dspirv_instruction_parser_autogen.cpp1931 IdRef *leftMatrix, in ParseMatrixTimesMatrix()
1941 *leftMatrix = IdRef(_instruction[_o++]); in ParseMatrixTimesMatrix()
1928 ParseMatrixTimesMatrix(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *leftMatrix, IdRef *rightMatrix) ParseMatrixTimesMatrix() argument

Completed in 19 milliseconds