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

/haiku/headers/libs/agg/
H A Dagg_glyph_raster_bin.h40 m_font(font),
49 const int8u* font() const { return m_font; }
50 void font(const int8u* f) { m_font = f; }
53 double height() const { return m_font[0]; }
54 double base_line() const { return m_font[1]; }
60 unsigned start_char = m_font[2];
61 unsigned num_chars = m_font[3];
67 const int8u* bits = m_font + 4 + num_chars * 2 +
68 value(m_font + 4 + (glyph - start_char) * 2);
78 unsigned start_char = m_font[
144 const int8u* m_font; member in class:agg::glyph_raster_bin
[all...]
H A Dagg_gsv_text.h93 const void* m_font; member in class:agg::gsv_text
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp72 m_font(0),
214 ASSERT(m_font);
236 float digitWidth = MaxDigitWidth(m_font);
246 pView->SetFont(m_font);
290 // if(!m_font) {
301 ASSERT(m_font);
303 float width = (m_digitCount*MaxDigitWidth(m_font)) +
312 ASSERT(m_font);
322 m_font = font;
324 m_font
[all...]
H A DValControlDigitSegment.h128 const BFont* m_font; member in class:ValControlDigitSegment
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp63 m_font(be_plain_font) {
136 // *outWidth = ceil(m_font.StringWidth(m_text.String()) + s_xPad*2);
175 SetFont(&m_font);
176 m_font.GetHeight(&m_fontHeight);
223 float lineWidth = m_font.StringWidth(
H A DTipView.h85 BFont m_font; member in class:TipView
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp495 m_font(gsv_default_font),
512 m_font = font;
513 if(m_font == 0) m_font = &m_loaded_font[0];
560 m_font = &m_loaded_font[0];
591 if(m_font == 0) return;
593 m_indices = (int8u*)m_font;
618 if(m_font == 0)

Completed in 53 milliseconds