Lines Matching defs:style_attributes_temp
80 StyleBox style_attributes_temp;
100 s->style_attributes_temp = s->d;
346 if (s->style_attributes_temp.style_start == s->text_pos)
349 if (s->style_attributes_temp.style_flag != s->d.style_flag ||
350 s->style_attributes_temp.style_color != s->d.style_color ||
351 s->style_attributes_temp.style_fontID != s->d.style_fontID ||
352 s->style_attributes_temp.style_fontsize != s->d.style_fontsize) {
366 s->style_attributes_temp.style_end = s->text_pos;
367 s->style_attributes[s->count++] = s->style_attributes_temp;
369 s->style_attributes_temp = s->d;
370 s->style_attributes_temp.style_start = s->text_pos;
372 s->style_attributes_temp = s->d;
373 s->style_attributes_temp.style_start = s->text_pos;
398 if (!((s->style_attributes_temp.style_flag & style_flags) ^ style_flags)) {
403 s->style_attributes_temp.style_flag |= style_flags;
411 if (!!(s->style_attributes_temp.style_flag & style_flag) != close) {
417 s->style_attributes_temp.style_flag |= style_flag;
419 s->style_attributes_temp.style_flag &= ~style_flag;
425 if ((s->style_attributes_temp.style_color & 0xffffff00) == color) {
430 s->style_attributes_temp.style_color = (color & 0xffffff00) |
431 (s->style_attributes_temp.style_color & 0xff);
444 s->hclr.color = s->style_attributes_temp.style_color;
463 if ((s->style_attributes_temp.style_color & 0xff) == alpha) {
468 s->style_attributes_temp.style_color =
469 (s->style_attributes_temp.style_color & 0xffffff00) | alpha;
482 s->hclr.color = s->style_attributes_temp.style_color;
510 if (s->style_attributes_temp.style_fontID == fontID) {
515 s->style_attributes_temp.style_fontID = fontID;
526 if (s->style_attributes_temp.style_fontsize == size) {
531 s->style_attributes_temp.style_fontsize = size;