Searched refs:fOffsets (Results 1 – 11 of 11) sorted by relevance
85 private int [] fOffsets = new int [ NUMWINDOWS ]; field in UnicodeDecompressor259 if(fOffsets[ fCurrentWindow ] <= 0xFFFF) { in decompress()261 (aByte + fOffsets[ fCurrentWindow ] in decompress()282 int normalizedBase = fOffsets[ fCurrentWindow ] in decompress()366 : (fOffsets[aByte - SQUOTE0] in decompress()392 fOffsets[fCurrentWindow] = in decompress()412 fOffsets[fCurrentWindow] = 0x10000 + in decompress()447 fOffsets[fCurrentWindow] = in decompress()469 fOffsets[fCurrentWindow] = 0x10000 + in decompress()541 fOffsets[0] = 0x0080; // Latin-1 in reset()[all …]
271 private int [] fOffsets = new int [ NUMWINDOWS ]; field in UnicodeCompressor435 (curUC - fOffsets[ fCurrentWindow ] in compress()503 (curUC - fOffsets[whichWindow] in compress()520 (curUC - fOffsets[whichWindow] in compress()580 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()710 (curUC - fOffsets[whichWindow] in compress()778 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()826 fOffsets[0] = 0x0080; // Latin-1 in reset()827 fOffsets[1] = 0x00C0; // Latin-1 Supplement + Latin Extended-A in reset()828 fOffsets[2] = 0x0400; // Cyrillic in reset()[all …]
84 private int [] fOffsets = new int [ NUMWINDOWS ]; field in UnicodeDecompressor262 if(fOffsets[ fCurrentWindow ] <= 0xFFFF) { in decompress()264 (aByte + fOffsets[ fCurrentWindow ] in decompress()285 int normalizedBase = fOffsets[ fCurrentWindow ] in decompress()369 : (fOffsets[aByte - SQUOTE0] in decompress()395 fOffsets[fCurrentWindow] = in decompress()415 fOffsets[fCurrentWindow] = 0x10000 + in decompress()450 fOffsets[fCurrentWindow] = in decompress()472 fOffsets[fCurrentWindow] = 0x10000 + in decompress()545 fOffsets[0] = 0x0080; // Latin-1 in reset()[all …]
270 private int [] fOffsets = new int [ NUMWINDOWS ]; field in UnicodeCompressor438 (curUC - fOffsets[ fCurrentWindow ] in compress()506 (curUC - fOffsets[whichWindow] in compress()523 (curUC - fOffsets[whichWindow] in compress()583 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()713 (curUC - fOffsets[whichWindow] in compress()781 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress()830 fOffsets[0] = 0x0080; // Latin-1 in reset()831 fOffsets[1] = 0x00C0; // Latin-1 Supplement + Latin Extended-A in reset()832 fOffsets[2] = 0x0400; // Cyrillic in reset()[all …]
42 if (index >= fOffsets.size()) { in markStartOfObject()43 fOffsets.resize(index + 1); in markStartOfObject()45 fOffsets[index] = SkToInt(difference(s->bytesWritten(), fBaseOffset)); in markStartOfObject()49 return SkToInt(fOffsets.size() + 1); // Include the special zeroth object in the count. in objectCount()57 for (int offset : fOffsets) { in emitCrossReferenceTable()
46 std::vector<int> fOffsets;
352 float fOffsets[4]; member in WavyPathText::Waves378 fOffsets[i] = rand.nextF() * 2 * SK_ScalarPI; in reset()398 const Sk4f offsets = Sk4f::Load(fOffsets); in apply()
267 int32 *fOffsets [kMaxPattern] member in dng_bilinear_pattern946 fOffsets [patRow] [patCol] = kernel.fOffset; in Calculate()976 fOffsets [patRow] [patCol] = kernel.fOffset; in Calculate()1078 fPattern [dstPlane].fOffsets [patRow], in Interpolate()1093 fPattern [dstPlane].fOffsets [patRow], in Interpolate()