Home
last modified time | relevance | path

Searched refs:coordType (Results 1 – 7 of 7) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccText.cpp87 STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, lon… in get_characterExtents() argument
90 return CAccTextBase::get_characterExtents(offset, coordType, x, y, width, height); in get_characterExtents()
113 STDMETHODIMP CAccText::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * offset) in get_offsetAtPoint() argument
116 return CAccTextBase::get_offsetAtPoint(x, y, coordType, offset); in get_offsetAtPoint()
H A DAccHypertext.cpp92 STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType coordType, long * x… in get_characterExtents() argument
95 return CAccTextBase::get_characterExtents(offset, coordType, x, y, width, height); in get_characterExtents()
117 STDMETHODIMP CAccHypertext::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * o… in get_offsetAtPoint() argument
119 return CAccTextBase::get_offsetAtPoint(x, y, coordType, offset); in get_offsetAtPoint()
H A DAccTextBase.h63 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long…
69 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
H A DAccText.h89 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long…
95 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
H A DAccHypertext.h93 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long…
99 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
H A DAccTextBase.cpp281 STDMETHODIMP CAccTextBase::get_characterExtents(long offset, IA2CoordinateType coordType, long * x,… in get_characterExtents() argument
311 if(coordType == IA2_COORDTYPE_SCREEN_RELATIVE) in get_characterExtents()
317 else if(coordType == IA2_COORDTYPE_PARENT_RELATIVE) in get_characterExtents()
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2508 @param [in] coordType
2524 [in] enum IA2CoordinateType coordType,
2555 @param [in] coordType
2569 [in] enum IA2CoordinateType coordType,

Completed in 36 milliseconds