Searched refs:atPosition (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLEInsertionList.h31 * @param atPosition the position of the insertion
40 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
H A DLEGlyphStorage.cpp615 le_bool LEGlyphStorage::applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) argument
626 if (position >= atPosition && position <= fSrcIndex) {
634 while (src > atPosition) {
639 fAuxData[dest--] = fAuxData[atPosition];
643 while (fSrcIndex > atPosition) {
653 fCharIndices[fDestIndex] = fCharIndices[atPosition];
H A DLEGlyphStorage.h99 * @param atPosition the position of the insertion
110 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonDictionary.h113 -(BOOL)wrappedKey:(id*)keyPtr value:(id*)valuePtr atPosition:(Py_ssize_t*)positionPtr;
H A DOC_PythonDictionary.m61 valid = [value wrappedKey:&key value:nil atPosition:&pos];
294 -(BOOL)wrappedKey:(id*)keyPtr value:(id*)valuePtr atPosition:(Py_ssize_t*)positionPtr
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonDictionary.h113 -(BOOL)wrappedKey:(id*)keyPtr value:(id*)valuePtr atPosition:(Py_ssize_t*)positionPtr;
H A DOC_PythonDictionary.m61 valid = [value wrappedKey:&key value:nil atPosition:&pos];
294 -(BOOL)wrappedKey:(id*)keyPtr value:(id*)valuePtr atPosition:(Py_ssize_t*)positionPtr
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutAttributesBuilder.cpp119 unsigned atPosition = m_textPositions.size(); local
129 TextPosition& position = m_textPositions[atPosition];

Completed in 182 milliseconds