Searched defs:ascend (Results 1 - 2 of 2) sorted by relevance

/external/libvorbis/vq/
H A Ddistribution.c29 int ascend(const void *a,const void *b){ function
101 qsort(sort,bins,sizeof(long *),ascend);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp259 int flags = 0, italicangle, ascend, descend, capheight, bbox[4]; local
282 ascend = ptm->otmrcFontBox.top;
419 pFontDesc->SetAtInteger("Ascent", ascend);
611 int flags = 0, italicangle = 0, ascend = 0, descend = 0, capheight = 0, bbox[4]; local
651 ascend = CTFontGetAscent(font);
817 pFontDesc->SetAtInteger("Ascent", ascend);

Completed in 102 milliseconds