Searched refs:rightMatrix (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/pdf/ |
H A D | SkPDFShader.cpp | 188 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 D | spirv_instruction_builder_autogen.h | 427 IdRef rightMatrix);
|
H A D | spirv_instruction_parser_autogen.h | 507 IdRef *rightMatrix);
|
H A D | spirv_instruction_builder_autogen.cpp | 1603 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 D | spirv_instruction_parser_autogen.cpp | 1932 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 19 milliseconds