Searched refs:underscore (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp122 bool subpixelAntiAliased, bool underscore,
136 fUnderscore(underscore),
404 bool underscore = fFont.Face() & B_UNDERSCORE_FACE; local
407 gSubpixelAntialiasing && fAntialias, underscore,
443 bool underscore = fFont.Face() & B_UNDERSCORE_FACE; local
446 gSubpixelAntialiasing && fAntialias, underscore,
121 StringRenderer(const IntRect& clippingFrame, bool dryRun, bool subpixelAntiAliased, bool underscore, FontCacheEntry::TransformedOutline& transformedGlyph, FontCacheEntry::TransformedContourOutline& transformedContour, const Transformable& transform, const BPoint& transformOffset, BPoint* nextCharPos, AGGTextRenderer& renderer) argument
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp80 while (char* underscore = strchr(remainder, '_')) {
81 *underscore = ' ';
82 remainder = underscore + 1;

Completed in 38 milliseconds