Searched defs:output32 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_FreeType_Subpixel.cpp69 uint32_t* output32 = (uint32_t*) SkAlign4((uintptr_t) output); local
82 *output32++ = SkPackARGB32(maxAlpha, alphaRed, alphaGreen, alphaBlue);
122 uint32_t* output32 = (uint32_t*) SkAlign4((uintptr_t) output); local
135 *output32++ = SkPackARGB32(maxAlpha, alphaRed, alphaGreen, alphaBlue);

Completed in 59 milliseconds