Searched refs:get_characterExtents (Results 1 – 6 of 6) sorted by relevance
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 87 STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, lon… in get_characterExtents() function in CAccText 90 return CAccTextBase::get_characterExtents(offset, coordType, x, y, width, height); in get_characterExtents()
|
H A D | AccHypertext.cpp | 92 STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType coordType, long * x… in get_characterExtents() function in CAccHypertext 95 return CAccTextBase::get_characterExtents(offset, coordType, x, y, width, height); in get_characterExtents()
|
H A D | AccTextBase.h | 63 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long…
|
H A D | AccText.h | 89 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long…
|
H A D | AccHypertext.h | 93 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long…
|
H A D | AccTextBase.cpp | 281 STDMETHODIMP CAccTextBase::get_characterExtents(long offset, IA2CoordinateType coordType, long * x,… in get_characterExtents() function in CAccTextBase
|
Completed in 22 milliseconds