Home | History | Annotate | Download | only in core

Lines Matching refs:fCount

25     fCount = SkToU16(count);
39 fCount = SkToU16(count);
56 fCount = SkToU16(count);
113 f16BitCache = (uint16_t*)sk_malloc_throw(fCount * sizeof(uint16_t));
114 build_16bitcache(f16BitCache, fColors, fCount);
147 fCount = buffer.getArrayCount();
148 fColors = (SkPMColor*)sk_malloc_throw(fCount * sizeof(SkPMColor));
151 SkASSERT((unsigned)fCount <= 256);
152 SkASSERT(countRead == fCount);
158 buffer.writeColorArray(fColors, fCount);