OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URefCon
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h
114
typedef UInt32
URefCon
;
116
static OSStatus overrideLayoutOperation(ATSULayoutOperationSelector, ATSULineRef,
URefCon
, void*, ATSULayoutOperationCallbackStatus*);
FontMac.mm
36
#define
URefCon
void*
38
#define
URefCon
UInt32
ComplexTextControllerATSUI.cpp
44
OSStatus ComplexTextController::ComplexTextRun::overrideLayoutOperation(ATSULayoutOperationSelector, ATSULineRef atsuLineRef,
URefCon
refCon, void*, ATSULayoutOperationCallbackStatus* callbackStatus)
155
status = ATSUSetTextLayoutRefCon(atsuTextLayout, reinterpret_cast<
URefCon
>(this));
Completed in 241 milliseconds