Searched refs:kInlineAllocLgBytes (Results 1 – 1 of 1) sorted by relevance
32 kInlineAllocLgBytes = 8, // 1<<8 == 256 bytes inline, then SkVarAlloc starting at 512 bytes. enumerator38 , fAlloc(kInlineAllocLgBytes+1, // First malloc'd block is 2x as large as fInlineAlloc. in SkRecord()199 char fInlineAlloc[1 << kInlineAllocLgBytes];