Searched refs:pack32 (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 1355 static I32 pack32(PixelFormat f, Color c) { in pack32() function 1409 case 1: store8 (ptr, pack32(f,c)); break; in store() 1410 case 2: store16(ptr, pack32(f,c)); break; in store() 1411 case 4: store32(ptr, pack32(f,c)); break; in store() 1415 store64(ptr, pack32(lo,c) in store() 1416 , pack32(hi,c)); in store()
|
Completed in 7 milliseconds