Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dbintext.c218 char fontheight, flags; in xbin_read_header() local
227 fontheight = avio_r8(pb); in xbin_read_header()
228 st->codecpar->height *= fontheight; in xbin_read_header()
235 st->codecpar->extradata_size += fontheight * (flags & 0x10 ? 512 : 256); in xbin_read_header()
241 st->codecpar->extradata[0] = fontheight; in xbin_read_header()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java452 int fontheight = fm.getHeight(); in paint()
475 g.clearRect(offset - 5, 0, strwidth + 10, fontheight); in paint()
476 g.clipRect(offset, 0, strwidth, fontheight); in paint()

Completed in 2 milliseconds