/external/webkit/WebCore/svg/graphics/filters/ |
D | SVGPointLightSource.h | 34 PointLightSource(const FloatPoint3D& position) in PointLightSource() 39 const FloatPoint3D& position() const { return m_position; } in position() function
|
D | SVGSpotLightSource.h | 34 …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/ |
D | TextBoundaries.cpp | 45 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/ |
D | StyleList.cpp | 38 void StyleList::insert(unsigned position, PassRefPtr<StyleBase> child) in insert() 48 void StyleList::remove(unsigned position) in remove()
|
/external/webkit/WebCore/platform/text/ |
D | TextBoundariesICU.cpp | 36 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/ |
D | TextBoundaries.cpp | 36 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/ |
D | sbc_primitives.c | 227 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/ |
D | uchriter.cpp | 32 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()
|
D | chariter.cpp | 32 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/ |
D | LEInsertionList.cpp | 18 le_int32 position; member 54 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count) in insert()
|
D | ContextualSubstSubtables.cpp | 30 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
|
D | SubstitutionLookups.cpp | 31 le_int32 position) in applySubstitutionLookups()
|
/external/icu4c/i18n/ |
D | ucol_cnt.h | 45 uint32_t position; member 56 int32_t position; member
|
D | stsearch.cpp | 245 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()
|
D | search.cpp | 177 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()
|
D | ucol_cnt.cpp | 471 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/ |
D | virtual_buffer.h | 230 TBufferAccess* position = pCurrFragPos; in createSubBuffer() local 276 TBufferAccess* position = pCurrFragPos; in createSubBuffer() local
|
/external/clearsilver/ruby/lib/ |
D | neo.rb | 14 attr_reader :position, :cpos accessor in Clearsilver.Hdf
|
/external/webkit/WebCore/rendering/ |
D | RenderTableRow.h | 50 virtual void position(InlineBox*) { } in position() function
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
D | 15.5.4.7-3.js | 115 function LastIndexOf( string, search, position ) { argument
|
D | 15.5.4.7-2.js | 169 function LastIndexOf( string, search, position ) { argument
|
D | 15.5.4.7-1.js | 170 function LastIndexOf( string, search, position ) { argument
|
/external/webkit/WebCore/platform/qt/ |
D | ContextMenuQt.cpp | 60 void ContextMenu::insertItem(unsigned position, ContextMenuItem& item) in insertItem()
|
/external/webkit/WebCore/editing/ |
D | MoveSelectionCommand.cpp | 34 …nd::MoveSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool sma… in MoveSelectionCommand()
|
/external/webkit/WebCore/xml/ |
D | XMLHttpRequestProgressEvent.h | 48 unsigned position() const { return loaded(); } in position() function
|