Lines Matching refs:masks
299 // Determine the input compression format and set bit masks if necessary
307 // the use of bit masks to determine pixel components. The standard
334 // Load the masks
338 // The V1 header stores the bit masks after the header
391 SkCodecPrintf("Error: invalid bmp bit masks header.\n");
525 // Check that input bit masks are valid and create the masks object
527 std::unique_ptr<SkMasks> masks(SkMasks::CreateMasks(inputMasks, bitsPerPixel/8));
528 if (nullptr == masks) {
529 SkCodecPrintf("Error: invalid input masks.\n");
539 if (masks->getAlphaMask()) {
549 masks.release(), rowOrder);