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

  /external/skia/src/core/
SkColorSpacePriv.h 57 toXYZD50->set3x3RowMajorf(gSRGB_toXYZD50);
60 toXYZD50->set3x3RowMajorf(gAdobeRGB_toXYZD50);
63 toXYZD50->set3x3RowMajorf(gDCIP3_toXYZD50);
66 toXYZD50->set3x3RowMajorf(gRec2020_toXYZD50);
SkColorSpace_XYZ.cpp 47 srgbToxyzD50.set3x3RowMajorf(gSRGB_toXYZD50);
SkColorSpace.cpp 211 srgbToxyzD50.set3x3RowMajorf(gSRGB_toXYZD50);
222 adobergbToxyzD50.set3x3RowMajorf(gAdobeRGB_toXYZD50);
233 srgbToxyzD50.set3x3RowMajorf(gSRGB_toXYZD50);
SkMatrix44.cpp 218 void SkMatrix44::set3x3RowMajorf(const float src[]) {
  /external/skia/tools/
create_flutter_test_images.cpp 29 toXYZD50.set3x3RowMajorf(gbr);
  /external/skia/gm/
colorspacexform.cpp 38 wideGamut.set3x3RowMajorf(kWideGamutRGB_toXYZD50);
gamut.cpp 130 wideGamutRGB_toXYZD50.set3x3RowMajorf(gWideGamutRGB_toXYZD50);
  /external/skia/tests/
ICCTest.cpp 126 adobeMatrix.set3x3RowMajorf(gAdobeRGB_toXYZD50);
139 srgbMatrix.set3x3RowMajorf(gSRGB_toXYZD50);
ColorSpaceTest.cpp 110 srgbToxyzD50.set3x3RowMajorf(g_sRGB_XYZ);
145 srgbToxyzD50.set3x3RowMajorf(g_sRGB_XYZ);
186 adobeToxyzD50.set3x3RowMajorf(gAdobeRGB_toXYZD50);
479 srgbMat.set3x3RowMajorf(gSRGB_toXYZD50);
Matrix44Test.cpp 491 mat.set3x3RowMajorf(vals);
    [all...]
  /external/skia/tools/flags/
SkCommonFlagsConfig.cpp 371 wideGamutRGBMatrix.set3x3RowMajorf(gWideGamutRGB_toXYZD50);
  /external/skia/include/core/
SkMatrix44.h 336 void set3x3RowMajorf(const float[]);
  /external/skia/src/codec/
SkPngCodec.cpp 393 toXYZD50.set3x3RowMajorf(gSRGB_toXYZD50);
419 toXYZD50.set3x3RowMajorf(gSRGB_toXYZD50);
    [all...]
  /external/skia/dm/
DM.cpp 903 toXYZD50.set3x3RowMajorf(gbr);
    [all...]

Completed in 426 milliseconds