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

  /external/skia/include/core/
SkColorPriv.h 268 #define SK_B16_MASK_IN_PLACE (SK_B16_MASK << SK_B16_SHIFT)
    [all...]
  /external/skia/tests/
ReadPixelsTest.cpp 506 SK_R16_MASK_IN_PLACE, SK_G16_MASK_IN_PLACE, SK_B16_MASK_IN_PLACE, 0xFFFF, 0x0
  /external/skia/src/opts/
SkRasterPipeline_opts.h 305 *b = SkNx_cast<float>(_32_bit & SK_B16_MASK_IN_PLACE) * (1.0f / SK_B16_MASK_IN_PLACE);
    [all...]

Completed in 1385 milliseconds