HomeSort by relevance Sort by last modified time
    Searched refs:textcolor (Results 1 - 4 of 4) sorted by null

  /external/bison/src/
vcg.h 270 /* textcolor is the color for the label text. bordercolor is the color
271 of the border. Default color is the textcolor. info1, info2, info3
274 enum color textcolor; member in struct:node
283 Default is textcolor. */
366 /* textcolor is the color of the label of the edge. arrowcolor,
373 enum color textcolor;
488 /* Textcolor.
491 enum color textcolor;
494 is the textcolor. width, height are width and height of the
497 Default is the default of the textcolor. *
372 enum color textcolor; member in struct:edge
490 enum color textcolor; member in struct:graph
    [all...]
vcg.c 54 g->textcolor = G_TEXTCOLOR;
162 n->textcolor = N_TEXTCOLOR;
188 e->textcolor = E_TEXTCOLOR;
559 if (n->textcolor != N_TEXTCOLOR)
561 get_color_str (n->textcolor));
600 get_color_str (e->textcolor));
645 if (g->textcolor != G_TEXTCOLOR)
646 fprintf (fout, "\ttextcolor:\t%s\n", get_color_str (g->textcolor));
  /external/webkit/WebCore/rendering/
RenderObject.cpp 716 BoxSide s, Color c, const Color& textcolor, EBorderStyle style,
728 c = textcolor;
782 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
785 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
790 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
793 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
798 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
801 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
806 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
809 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird)
    [all...]
RenderObject.h 406 Color, const Color& textcolor, EBorderStyle, int adjbw1, int adjbw2);
408 int angleSpan, BoxSide, Color, const Color& textcolor, EBorderStyle, bool firstCorner);
    [all...]

Completed in 1145 milliseconds