Searched defs:position (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dposition.h22 struct position { struct
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DLanguageEfl.cpp47 size_t position = locale.find('.'); local
H A DPlatformMouseEventEfl.cpp50 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Down* event, IntPoint position) argument
59 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Up* event, IntPoint position) argument
68 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Move* event, IntPoint position) argument
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dparseexception.rb37 def position method in class:REXML.ParseException
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DSubstitutionLookups.cpp25 applySubstitutionLookups( LookupProcessor *lookupProcessor, SubstitutionLookupRecord *substLookupRecordArray, le_uint16 substCount, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, le_int32 position, LEErrorCode& success) argument
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DParsingUtilities.h35 bool skipExactly(const CharType*& position, const CharType* end, CharType delimiter) argument
45 bool skipExactly(const CharType*& position, const CharType* end) argument
55 void skipUntil(const CharType*& position, const CharType* end, CharType delimiter) argument
62 skipUntil(const CharType*& position, const CharType* end) argument
69 skipWhile(const CharType*& position, const CharType* end) argument
76 reverseSkipWhile(const CharType*& position, const CharType* start) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DPointLightSource.h33 static PassRefPtr<PointLightSource> create(const FloatPoint3D& position) argument
38 const FloatPoint3D& position() const { return m_position; } function in class:WebCore::PointLightSource
49 PointLightSource(const FloatPoint3D& position) argument
H A DSpotLightSource.h33 static PassRefPtr<SpotLightSource> create(const FloatPoint3D& position, argument
39 const FloatPoint3D& position() const { return m_position; } function in class:WebCore::SpotLightSource
60 SpotLightSource(const FloatPoint3D& position, const FloatPoint3D& direction, argument
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DDataReference.cpp51 unsigned position = 0; local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DEwkTouchPoint.cpp33 EwkTouchPoint::EwkTouchPoint(uint32_t id, WKTouchPointState state, const WKPoint& screenPosition, const WKPoint& position, const WKSize& radius, float rotationAngle, float forceFactor) argument
/macosx-10.10/emacs-93/emacs/src/
H A Dindent.h40 struct position struct
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dchariter.cpp32 CharacterIterator::CharacterIterator(int32_t length, int32_t position) argument
44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dudatintv.cpp35 udatintv_format(const UDateIntervalFormat* datintv, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigDirectoryIterator.cpp55 int position = 0; local
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-compile.h14 int position; member in struct:__anon2808
/macosx-10.10/WebCore-7600.1.25/editing/
H A DMoveSelectionCommand.cpp34 MoveSelectionCommand::MoveSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete) argument
H A DMoveSelectionCommand.h37 static PassRefPtr<MoveSelectionCommand> create(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert = false, bool smartDelete = false) argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFontElement.cpp61 const CharacterType* position = characters; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DTileCoverageMap.h51 void setPosition(const FloatPoint& position) { m_position = position; } argument
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextBoundaries.cpp63 int findNextWordFromIndex(StringView text, int position, bool forward) argument
92 findWordBoundary(StringView text, int position, int* start, int* end) argument
101 findEndWordBoundary(StringView text, int position, int* end) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderProgress.h35 double position() const { return m_position; } function in class:WebCore::final
H A DVerticalPositionCache.h53 void set(RenderObject* renderer, FontBaseline baselineType, LayoutUnit position) argument
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextMetrics.cpp62 TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText& text, unsigned position, unsigned length) argument
87 SVGTextMetrics SVGTextMetrics::measureCharacterRange(RenderSVGInlineText& text, unsigned position, unsigned length) argument
92 SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText& text, unsigned position, unsigned length, float width, const String& glyphName) argument
/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplaySession.cpp75 void ReplaySession::insertSegment(size_t position, PassRefPtr<ReplaySessionSegment> segment) argument
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequestProgressEvent.h47 unsigned long long position() const { return loaded(); } function in class:WebCore::XMLHttpRequestProgressEvent

Completed in 401 milliseconds

1234567891011>>