Searched refs:fOffsets (Results 1 – 8 of 8) 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 …]
61 SkASSERT(fOffsets.count() == fNextToBeSerialized); in serializeObjects()62 fOffsets.push(this->offset(wStream)); in serializeObjects()79 int32_t objCount = SkToS32(fOffsets.count() + 1); in serializeFooter()83 for (int i = 0; i < fOffsets.count(); i++) { in serializeFooter()84 wStream->writeBigDecAsText(fOffsets[i], 10); in serializeFooter()
38 SkTDArray<int32_t> fOffsets; member
326 float fOffsets[4]; member in WavyPathText::Waves352 fOffsets[i] = rand.nextF() * 2 * SK_ScalarPI; in reset()372 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()