Home | History | Annotate | Download | only in core

Lines Matching refs:fColors

24     fColors = (SkPMColor*)sk_malloc_throw(count * sizeof(SkPMColor));
25 memset(fColors, 0, count * sizeof(SkPMColor));
37 fColors = reinterpret_cast<SkPMColor*>(
39 memcpy(fColors, src.fColors, count * sizeof(SkPMColor));
54 fColors = reinterpret_cast<SkPMColor*>(
58 memcpy(fColors, colors, count * sizeof(SkPMColor));
69 sk_free(fColors);
111 build_16bitcache(f16BitCache, fColors, fCount);
148 fColors = (SkPMColor*)sk_malloc_throw(fCount * sizeof(SkPMColor));
149 buffer.read(fColors, fCount * sizeof(SkPMColor));
156 buffer.writeMul4(fColors, count * sizeof(SkPMColor));