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

  /external/skia/src/core/
SkPM4fPriv.h 101 // N.B. scratch_matrix_3x4 must live at least as long as p.
104 float scratch_matrix_3x4[12],
125 auto ptr = scratch_matrix_3x4;
131 p->append(SkRasterPipeline::matrix_3x4, scratch_matrix_3x4);
136 // N.B. scratch_matrix_3x4 must live at least as long as p.
138 float scratch_matrix_3x4[12],
142 if (append_gamut_transform_noclamp(p, scratch_matrix_3x4, src, dst)) {
144 analyze_3x4_matrix(scratch_matrix_3x4, &needs_clamp_0, &needs_clamp_1);
167 float scratch_matrix_3x4[12]; local
172 append_gamut_transform(&p, scratch_matrix_3x4, src, dst, kUnpremul_SkAlphaType)
    [all...]
  /external/skqp/src/core/
SkPM4fPriv.h 101 // N.B. scratch_matrix_3x4 must live at least as long as p.
104 float scratch_matrix_3x4[12],
125 auto ptr = scratch_matrix_3x4;
131 p->append(SkRasterPipeline::matrix_3x4, scratch_matrix_3x4);
136 // N.B. scratch_matrix_3x4 must live at least as long as p.
138 float scratch_matrix_3x4[12],
142 if (append_gamut_transform_noclamp(p, scratch_matrix_3x4, src, dst)) {
144 analyze_3x4_matrix(scratch_matrix_3x4, &needs_clamp_0, &needs_clamp_1);
167 float scratch_matrix_3x4[12]; local
172 append_gamut_transform(&p, scratch_matrix_3x4, src, dst, kUnpremul_SkAlphaType)
    [all...]

Completed in 155 milliseconds