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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 47 static uint16_t packTriple(U8CPU r, U8CPU g, U8CPU b) {
121 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableR),
128 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableR),
148 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(*srcR++, tableR),
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 47 static uint16_t packTriple(U8CPU r, U8CPU g, U8CPU b) {
121 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableR),
128 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableR),
148 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(*srcR++, tableR),

Completed in 64 milliseconds