Lines Matching refs:fYUVAIndices
510 memcpy(fYUVAIndices, yuvaIndices, sizeof(fYUVAIndices)); in YUVGenerator()
512 SkAssertResult(SkYUVAIndex::AreValidIndices(fYUVAIndices, &fNumBitmaps)); in YUVGenerator()
534 fYUVBitmaps[fYUVAIndices[0].fIndex], in onGetPixels()
535 fYUVAIndices[0].fChannel); in onGetPixels()
538 fYUVBitmaps[fYUVAIndices[1].fIndex], in onGetPixels()
539 fYUVAIndices[1].fChannel); in onGetPixels()
543 fYUVBitmaps[fYUVAIndices[2].fIndex], in onGetPixels()
544 fYUVAIndices[2].fChannel); in onGetPixels()
547 if (fYUVAIndices[3].fIndex >= 0) { in onGetPixels()
549 fYUVBitmaps[fYUVAIndices[3].fIndex], in onGetPixels()
550 fYUVAIndices[3].fChannel); in onGetPixels()
576 memcpy(yuvaIndices, fYUVAIndices, sizeof(fYUVAIndices)); in onQueryYUVA8()
604 SkYUVAIndex fYUVAIndices[SkYUVAIndex::kIndexCount]; member in YUVGenerator