Home
last modified time | relevance | path

Searched refs:textcolor (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dvcg.h274 enum color textcolor; member
372 enum color textcolor; member
490 enum color textcolor; member
Dvcg.c54 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/
DRenderObject.cpp828 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 …]
DRenderObject.h570 … 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/
Dpvmf_mp4ffparser_node.cpp5494 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/
DChangeLog13137 * src/vcg.h (graph_s): color, textcolor, bordercolor are now