HomeSort by relevance Sort by last modified time
    Searched full:m_legacylib (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.cpp 110 m_legacyLib = dlopen("libskia_legacy.so", RTLD_LAZY);
111 *reinterpret_cast<void**>(&m_createPictureProc) = dlsym(m_legacyLib, "legacy_skia_create_picture");
112 *reinterpret_cast<void**>(&m_deletePictureProc) = dlsym(m_legacyLib, "legacy_skia_delete_picture");
113 *reinterpret_cast<void**>(&m_drawPictureProc) = dlsym(m_legacyLib, "legacy_skia_draw_picture");
129 if (m_legacyLib) {
133 dlclose(m_legacyLib);
PictureLayerContent.h 68 void* m_legacyLib;

Completed in 481 milliseconds