Home | History | Annotate | Download | only in core

Lines Matching refs:fColors

23     fColors = reinterpret_cast<SkPMColor*>(
25 memcpy(fColors, src.fColors, count * sizeof(SkPMColor));
43 fColors = reinterpret_cast<SkPMColor*>(
46 memcpy(fColors, colors, count * sizeof(SkPMColor));
57 sk_free(fColors);
78 build_16bitcache(f16BitCache, fColors, fCount);
97 fColors = (SkPMColor*)sk_malloc_throw(allocSize);
98 SkDEBUGCODE(success =) buffer.readColorArray(fColors, fCount);
101 fColors = NULL;
111 buffer.writeColorArray(fColors, fCount);