Searched refs:textcolor (Results 1 – 6 of 6) sorted by relevance
/external/bison/src/ |
D | vcg.h | 274 enum color textcolor; member 372 enum color textcolor; member 490 enum color textcolor; member
|
D | vcg.c | 54 g->textcolor = G_TEXTCOLOR; in new_graph() 162 n->textcolor = N_TEXTCOLOR; in new_node() 188 e->textcolor = E_TEXTCOLOR; in new_edge() 559 if (n->textcolor != N_TEXTCOLOR) in output_node() 561 get_color_str (n->textcolor)); in output_node() 600 get_color_str (e->textcolor)); in output_edge() 645 if (g->textcolor != G_TEXTCOLOR) in output_graph() 646 fprintf (fout, "\ttextcolor:\t%s\n", get_color_str (g->textcolor)); in output_graph()
|
/external/webkit/WebCore/rendering/ |
D | RenderObject.cpp | 828 BorderSide s, Color c, const Color& textcolor, EBorderStyle style, in drawBorder() argument 840 c = textcolor; in drawBorder() 894 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird); in drawBorder() 897 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird); in drawBorder() 902 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird); in drawBorder() 905 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird); in drawBorder() 910 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird); in drawBorder() 913 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird); in drawBorder() 918 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird); in drawBorder() 921 s, c, textcolor, SOLID, adjbw1bigthird, adjbw2bigthird); in drawBorder() [all …]
|
D | RenderObject.h | 570 … int angleSpan, BorderSide, Color, const Color& textcolor, EBorderStyle, bool firstCorner); 572 Color, const Color& textcolor, EBorderStyle, int adjbw1, int adjbw2);
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.cpp | 5494 uint8* textcolor = textsampleentry->getTextColourRGBA(); in UpdateTextSampleEntry() local 5495 if (textcolor) in UpdateTextSampleEntry() 5497 …oscl_memcpy(textse_ptr->iStyleTextColorRGBA, textcolor, PVMFTIMEDTEXT_RGBA_ARRAYSIZE*sizeof(uint8)… in UpdateTextSampleEntry()
|
/external/bison/ |
D | ChangeLog | 13137 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
|