Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 138) sorted by relevance

123456

/external/webkit/WebCore/svg/graphics/filters/
DSVGPointLightSource.h34 PointLightSource(const FloatPoint3D& position) in PointLightSource()
39 const FloatPoint3D& position() const { return m_position; } in position() function
DSVGSpotLightSource.h34 …SpotLightSource(const FloatPoint3D& position, const FloatPoint3D& direction, float specularExponen… in SpotLightSource()
42 const FloatPoint3D& position() const { return m_position; } in position() function
/external/webkit/WebCore/platform/text/qt/
DTextBoundaries.cpp45 int findNextWordFromIndex(UChar const* buffer, int len, int position, bool forward) in findNextWordFromIndex()
69 void findWordBoundary(UChar const* buffer, int len, int position, int* start, int* end) in findWordBoundary()
84 int findNextWordFromIndex(UChar const* buffer, int len, int position, bool forward) in findNextWordFromIndex()
91 void findWordBoundary(UChar const* buffer, int len, int position, int* start, int* end) in findWordBoundary()
/external/webkit/WebCore/css/
DStyleList.cpp38 void StyleList::insert(unsigned position, PassRefPtr<StyleBase> child) in insert()
48 void StyleList::remove(unsigned position) in remove()
/external/webkit/WebCore/platform/text/
DTextBoundariesICU.cpp36 int findNextWordFromIndex(const UChar* chars, int len, int position, bool forward) in findNextWordFromIndex()
67 void findWordBoundary(const UChar* chars, int len, int position, int* start, int* end) in findWordBoundary()
/external/webkit/WebCore/platform/android/
DTextBoundaries.cpp36 int findNextWordFromIndex(const UChar* chars, int len, int position, bool forward) in findNextWordFromIndex()
69 void findWordBoundary(const UChar* chars, int len, int position, int* start, int* end) in findWordBoundary()
/external/bluez/utils/sbc/
Dsbc_primitives.c227 int position, in sbc_encoder_process_input_s4_internal()
278 int position, in sbc_encoder_process_input_s8_internal()
356 static int sbc_enc_process_input_4s_le(int position, in sbc_enc_process_input_4s_le()
368 static int sbc_enc_process_input_4s_be(int position, in sbc_enc_process_input_4s_be()
380 static int sbc_enc_process_input_8s_le(int position, in sbc_enc_process_input_8s_le()
392 static int sbc_enc_process_input_8s_be(int position, in sbc_enc_process_input_8s_be()
/external/icu4c/common/
Duchriter.cpp32 int32_t position) in UCharCharacterIterator()
42 int32_t position) in UCharCharacterIterator()
124 UCharCharacterIterator::setIndex(int32_t position) { in setIndex()
225 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32()
Dchariter.cpp32 CharacterIterator::CharacterIterator(int32_t length, int32_t position) in CharacterIterator()
44 …erIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) in CharacterIterator()
/external/icu4c/layout/
DLEInsertionList.cpp18 le_int32 position; member
54 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count) in insert()
DContextualSubstSubtables.cpp30 le_int32 position) in applySubstitutionLookups()
191 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
237 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
271 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
347 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
419 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
481 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
DSubstitutionLookups.cpp31 le_int32 position) in applySubstitutionLookups()
/external/icu4c/i18n/
Ducol_cnt.h45 uint32_t position; member
56 int32_t position; member
Dstsearch.cpp245 void StringSearch::setOffset(int32_t position, UErrorCode &status) in setOffset()
331 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status) in handleNext()
402 int32_t StringSearch::handlePrev(int32_t position, UErrorCode &status) in handlePrev()
Dsearch.cpp177 int32_t SearchIterator::following(int32_t position, in following()
196 int32_t SearchIterator::preceding(int32_t position, in preceding()
379 void SearchIterator::setMatchStart(int32_t position) in setMatchStart()
Ducol_cnt.cpp471 uint32_t position = 0; in _cnttab_findCP() local
489 static uint32_t _cnttab_getCE(ContractionTable *tbl, int32_t position) { in _cnttab_getCE()
511 uprv_cnttab_getCE(CntTable *table, uint32_t element, uint32_t position, UErrorCode *status) { in uprv_cnttab_getCE()
561 uint32_t position = 0; in uprv_cnttab_changeContraction() local
/external/opencore/fileformats/common/parser/include/
Dvirtual_buffer.h230 TBufferAccess* position = pCurrFragPos; in createSubBuffer() local
276 TBufferAccess* position = pCurrFragPos; in createSubBuffer() local
/external/clearsilver/ruby/lib/
Dneo.rb14 attr_reader :position, :cpos accessor in Clearsilver.Hdf
/external/webkit/WebCore/rendering/
DRenderTableRow.h50 virtual void position(InlineBox*) { } in position() function
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
D15.5.4.7-3.js115 function LastIndexOf( string, search, position ) { argument
D15.5.4.7-2.js169 function LastIndexOf( string, search, position ) { argument
D15.5.4.7-1.js170 function LastIndexOf( string, search, position ) { argument
/external/webkit/WebCore/platform/qt/
DContextMenuQt.cpp60 void ContextMenu::insertItem(unsigned position, ContextMenuItem& item) in insertItem()
/external/webkit/WebCore/editing/
DMoveSelectionCommand.cpp34 …nd::MoveSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool sma… in MoveSelectionCommand()
/external/webkit/WebCore/xml/
DXMLHttpRequestProgressEvent.h48 unsigned position() const { return loaded(); } in position() function

123456