Searched refs:outline (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp118 m_status = outline;
123 case outline:
142 m_status = outline;
/haiku-fatelf/headers/libs/agg/
H A Dagg_vcgen_contour.h34 outline, enumerator in enum:agg::vcgen_contour::status_e
/haiku-fatelf/src/apps/fontdemo/
H A DFontDemoView.h49 void SetOutlineLevel(int8 outline);
H A DFontDemoView.cpp277 int8 outline = 0; local
278 if (msg->FindInt8("_outline", &outline) == B_OK) {
279 SetOutlineLevel(outline);
416 FontDemoView::SetOutlineLevel(int8 outline) argument
418 fOutLineLevel = outline;
/haiku-fatelf/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp146 bool decompose_ft_outline(const FT_Outline& outline, argument
162 int n; // index of contour in outline
168 for(n = 0; n < outline.n_contours; n++)
172 last = outline.contours[n];
173 limit = outline.points + last;
175 v_start = outline.points[first];
176 v_last = outline.points[last];
180 point = outline.points + first;
181 tags = outline.tags + first;
191 if(FT_CURVE_TAG(outline
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dbusinesscard.php12 * Note that this directory must also contain the LuciduxSans font outline
/haiku-fatelf/src/servers/app/font/
H A DFontEngine.cpp61 decompose_ft_outline(const FT_Outline& outline, bool flip_y, PathStorage& path) argument
74 int n; // index of contour in outline
80 for (n = 0; n < outline.n_contours; n++) {
83 last = outline.contours[n];
84 limit = outline.points + last;
86 v_start = outline.points[first];
87 v_last = outline.points[last];
91 point = outline.points + first;
92 tags = outline.tags + first;
102 if (FT_CURVE_TAG(outline
[all...]
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp757 DocumentBuilder::_AddShape(path_attributes& attributes, bool outline, argument
773 if (outline) {
795 const char* url = outline ? attributes.stroke_url : attributes.fill_url;
812 if (outline) {
H A DDocumentBuilder.h234 bool outline,
/haiku-fatelf/src/servers/app/
H A DServerFont.cpp425 FT_Outline outline = face->glyph->outline; local
426 FT_Outline_Decompose(&outline, &funcs, shapeArray[i]);
/haiku-fatelf/src/kits/tracker/
H A DTitleView.cpp788 // title bar - remove it and start dragging it as a dotted outline
896 BRect outline(fTitle->Bounds());
897 outline.OffsetBy(pos, 0);
899 outline);
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprint/html/
H A Ddoxygen.css666 outline: none;
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprintui2/html/
H A Ddoxygen.css666 outline: none;
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex1306 % outline by the pdf viewer. #2 is the pdf expression for the number
4630 % been typeset. If the destination for the pdf outline is after the
4631 % text, then jumping from the outline may wind up with the text not
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex4173 % been typeset. If the destination for the pdf outline is after the
4174 % text, then jumping from the outline may wind up with the text not

Completed in 134 milliseconds