Searched defs:getEntryPoint (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/layout/
H A DGlyphPositionAdjustments.cpp31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const function in class:GlyphPositionAdjustments
37 return fEntryExitPoints[index].getEntryPoint(entryPoint);
110 if (lastExitPoint >= 0 && getEntryPoint(i, entryAnchor) != NULL) {
147 if (getEntryPoint(i, dummyAnchor) != NULL) {
165 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getEntryPoint(LEPoint &entryPoint) const function in class:GlyphPositionAdjustments::EntryExitPoint
/external/webkit/Source/WebCore/plugins/android/
H A DPluginPackageAndroid.cpp96 static bool getEntryPoint(PlatformModule module, function in namespace:WebCore
232 if(!getEntryPoint(m_module, "NP_Initialize", (void **) &NP_Initialize) ||
233 !getEntryPoint(m_module, "NP_Shutdown", (void **) &m_NPP_Shutdown)) {
285 if(!getEntryPoint(handle, "NP_GetMIMEDescription",
287 !getEntryPoint(handle, "NP_GetValue", (void **) &NP_GetValue)) {

Completed in 77 milliseconds