Home
last modified time | relevance | path

Searched refs:pResources (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/translation/
H A DTranslationUtils.cpp118 BResources *pResources = BApplication::AppResources(); in GetBitmap() local
121 if (pResources == NULL || pResources->HasResource(type, id) == false) in GetBitmap()
128 const void *kpRawData = pResources->LoadResource(type, id, &bitmapSize); in GetBitmap()
165 BResources *pResources = BApplication::AppResources(); in GetBitmap() local
168 if (pResources == NULL || pResources->HasResource(type, kName) == false) in GetBitmap()
173 const void *kpRawData = pResources->LoadResource(type, kName, &bitmapSize); in GetBitmap()