Home | History | Annotate | Download | only in gfx

Lines Matching full:invalidate

362   // Invalidate the cached text direction if it depends on the text contents.
596 // Only invalidate the layout on font changes; not for colors or decorations.
597 bool invalidate = (style == BOLD) || (style == ITALIC);
600 invalidate = true;
602 if (invalidate) {
611 // Only invalidate the layout on font changes; not for colors or decorations.
612 bool invalidate = (style == BOLD) || (style == ITALIC);
615 invalidate = true;
617 if (invalidate) {