Home
last modified time | relevance | path

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

/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h138 float* outAscent = NULL,
H A DStyleBuffer.cpp452 float* outAscent, float* outDescent, uint32*) const in Iterate() argument
469 if (outAscent != NULL) in Iterate()
470 *outAscent = fStyleRecord[run->index]->ascent; in Iterate()