Searched refs:cacheReference (Results 1 - 7 of 7) sorted by relevance

/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h204 FontCacheReference* cacheReference = NULL);
216 FontCacheReference& cacheReference,
266 FontCacheReference cacheReference; local
272 // When there is already a cacheReference, it means there was already
280 pCacheReference = &cacheReference;
376 GlyphLayoutEngine::_CreateGlyph(FontCacheReference& cacheReference, argument
380 FontCacheEntry* entry = cacheReference.Entry();
384 if (cacheReference.WriteLock())
394 if (cacheReference.SetFallback(fallbackReference))
396 if (cacheReference
462 FontCacheReference* cacheReference = new(std::nothrow) FontCacheReference(); local
[all...]
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.h55 FontCacheReference* cacheReference);
61 FontCacheReference* cacheReference);
H A DAGGTextRenderer.cpp381 FontCacheReference* cacheReference)
412 delta, fFont.Spacing(), NULL, cacheReference);
421 BPoint* nextCharPos, FontCacheReference* cacheReference)
451 NULL, fFont.Spacing(), offsets, cacheReference);
378 RenderString(const char* string, uint32 length, const BPoint& baseLine, const BRect& clippingFrame, bool dryRun, BPoint* nextCharPos, const escapement_delta* delta, FontCacheReference* cacheReference) argument
419 RenderString(const char* string, uint32 length, const BPoint* offsets, const BRect& clippingFrame, bool dryRun, BPoint* nextCharPos, FontCacheReference* cacheReference) argument
H A DPainter.h212 FontCacheReference* cacheReference = NULL);
215 FontCacheReference* cacheReference = NULL);
221 FontCacheReference* cacheReference
226 FontCacheReference* cacheReference
H A DPainter.cpp1353 const escapement_delta* delta, FontCacheReference* cacheReference)
1368 cacheReference);
1377 const BPoint* offsets, FontCacheReference* cacheReference)
1389 cacheReference);
1399 FontCacheReference* cacheReference) const
1408 baseLine, dummy, true, penLocation, delta, cacheReference);
1416 FontCacheReference* cacheReference) const
1422 offsets, dummy, true, penLocation, cacheReference);
1352 DrawString(const char* utf8String, uint32 length, BPoint baseLine, const escapement_delta* delta, FontCacheReference* cacheReference) argument
1376 DrawString(const char* utf8String, uint32 length, const BPoint* offsets, FontCacheReference* cacheReference) argument
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1360 FontCacheReference cacheReference; local
1371 &cacheReference);
1378 fPainter->DrawString(string, length, pt, delta, &cacheReference);
1394 FontCacheReference cacheReference; local
1398 &cacheReference);
1405 fPainter->DrawString(string, length, offsets, &cacheReference);
/haiku/src/servers/app/
H A DServerFont.cpp702 FontCacheReference cacheReference; local
709 cacheReference.SetTo(entry);

Completed in 100 milliseconds