HomeSort by relevance Sort by last modified time
    Searched defs:getEntryPoint (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
GlyphPositionAdjustments.cpp 31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const
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
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 96 static bool getEntryPoint(PlatformModule module,
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)) {
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 224 header->e_entry = getEntryPoint(pConfig, pModule);
241 /// getEntryPoint
242 uint64_t ELFObjectWriter::getEntryPoint(const LinkerConfig& pConfig,

Completed in 72 milliseconds