Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
H A DSkPDFShader.cpp188 SkMatrix rightMatrix = scale_translate(deviceBounds.right() - width, 1, width, 0); in make_image_shader() local
189 draw_bitmap_matrix(&canvas, right, rightMatrix, paintColor); in make_image_shader()
192 rightMatrix.postScale(SK_Scalar1, -SK_Scalar1); in make_image_shader()
193 rightMatrix.postTranslate(0, 2 * height); in make_image_shader()
194 draw_bitmap_matrix(&canvas, right, rightMatrix, paintColor); in make_image_shader()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.h427 IdRef rightMatrix);
H A Dspirv_instruction_parser_autogen.h507 IdRef *rightMatrix);
H A Dspirv_instruction_builder_autogen.cpp1603 IdRef rightMatrix) in WriteMatrixTimesMatrix()
1610 blob->push_back(rightMatrix); in WriteMatrixTimesMatrix()
1599 WriteMatrixTimesMatrix(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef leftMatrix, IdRef rightMatrix) WriteMatrixTimesMatrix() argument
H A Dspirv_instruction_parser_autogen.cpp1932 IdRef *rightMatrix) in ParseMatrixTimesMatrix()
1942 *rightMatrix = IdRef(_instruction[_o++]); in ParseMatrixTimesMatrix()
1928 ParseMatrixTimesMatrix(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *leftMatrix, IdRef *rightMatrix) ParseMatrixTimesMatrix() argument

Completed in 30 milliseconds