HomeSort by relevance Sort by last modified time
    Searched refs:itemLength (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 224 int itemLength = shaping.charLength();
226 if (offset >= item.iCharPos && offset <= item.iCharPos + itemLength) {
231 hr = ScriptCPtoX(charLength, FALSE, itemLength,
263 int itemLength = shaping.charLength();
264 if (x <= itemAdvance && itemLength > 0) {
274 hr = ScriptXtoCP(x, itemLength, shaping.glyphLength(),
541 int itemLength,
567 shaping.m_logs.resize(itemLength);
593 hr = ScriptShape(tempDC, scriptCache, input, itemLength,
633 const UChar *family = getFallbackFamily(input, itemLength,
    [all...]
UniscribeHelper.h 352 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, Shaping&);
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 156 int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition;
158 itemizeShapeAndPlace((isSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, fontData, glyphBuffer);
163 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : length - indexOfFontTransition;
164 if (itemLength) {
170 itemizeShapeAndPlace((nextIsSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, nextFontData, glyphBuffer);
  /external/chromium/third_party/icu/source/tools/icuswap/
icuswap.cpp 346 int32_t itemLength;
421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
424 return headerSize+offset+(uint32_t)itemLength;
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
472 /* keep offset and itemLength in case we allocate and copy the strings below */
529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
  /external/icu4c/tools/icuswap/
icuswap.cpp 346 int32_t itemLength;
421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
424 return headerSize+offset+(uint32_t)itemLength;
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
472 /* keep offset and itemLength in case we allocate and copy the strings below */
529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 257 int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition;
258 collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, glyphData.glyph ? glyphData.fontData : 0);
263 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : m_end - indexOfFontTransition - (hasTrailingSoftHyphen ? 1 : 0);
264 if (itemLength) {
266 collectComplexTextRunsForCharacters((nextIsSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, nextGlyphData.glyph ? nextGlyphData.fontData : 0);
  /external/chromium/third_party/icu/source/tools/toolutil/
package.cpp 429 int32_t itemLength, typeEnum;
522 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
525 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
526 --itemLength;
529 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
535 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
540 inStringTop+=itemLength;
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 434 int32_t itemLength, typeEnum;
527 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
530 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
531 --itemLength;
534 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
540 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
545 inStringTop+=itemLength;
    [all...]

Completed in 1380 milliseconds