Lines Matching refs:atlas
225 SkBitmap atlas; in MakeAtlas() local
226 atlas.allocN32Pixels(kAtlasWidth, kAtlasHeight); in MakeAtlas()
231 *atlas.getAddr32(x, y) = SK_ColorTRANSPARENT; in MakeAtlas()
234 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0x88, 0x88, 0xFF); in MakeAtlas()
247 *atlas.getAddr32(x, y) = SkPreMultiplyARGB(0, 0, 0, 0); in MakeAtlas()
249 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0xFF, 0, 0); in MakeAtlas()
254 sk_tool_utils::create_hemi_normal_map(&atlas, in MakeAtlas()
263 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0, 0xFF, 0); in MakeAtlas()
267 sk_tool_utils::create_frustum_normal_map(&atlas, in MakeAtlas()
281 *atlas.getAddr32(x, y) = SkPreMultiplyARGB(0, 0, 0, 0); in MakeAtlas()
283 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0, 0, 0xFF); in MakeAtlas()
288 sk_tool_utils::create_hemi_normal_map(&atlas, in MakeAtlas()
310 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0, 0xFF, 0xFF); in MakeAtlas()
312 *atlas.getAddr32(x, y) = SkPackARGB32(0, 0, 0, 0); in MakeAtlas()
317 sk_tool_utils::create_tetra_normal_map(&atlas, in MakeAtlas()
322 return atlas; in MakeAtlas()