HomeSort by relevance Sort by last modified time
    Searched refs:textcolor (Results 1 - 5 of 5) 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 703 BoxSide s, Color c, const Color& textcolor, EBorderStyle style,
715 c = textcolor;
769 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
772 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
777 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
780 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
785 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
788 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
793 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird);
796 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird)
    [all...]
RenderObject.h 405 Color, const Color& textcolor, EBorderStyle, int adjbw1, int adjbw2);
407 int angleSpan, BoxSide, Color, const Color& textcolor, EBorderStyle, bool firstCorner);
    [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 5516 uint8* textcolor = textsampleentry->getTextColourRGBA(); local
    [all...]

Completed in 413 milliseconds