Searched refs:removeStart (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | prog_optimize.c | 197 GLint removeStart = removeEnd - removeCount + 1; in remove_instructions() local 198 _mesa_delete_instructions(prog, removeStart, removeCount); in remove_instructions() 199 removeStart = removeCount = 0; /* reset removal info */ in remove_instructions() 205 GLint removeStart = removeEnd - removeCount + 1; in remove_instructions() local 206 _mesa_delete_instructions(prog, removeStart, removeCount); in remove_instructions()
|
/external/mesa3d/src/mesa/program/ |
D | prog_optimize.c | 197 GLint removeStart = removeEnd - removeCount + 1; in remove_instructions() local 198 _mesa_delete_instructions(prog, removeStart, removeCount); in remove_instructions() 199 removeStart = removeCount = 0; /* reset removal info */ in remove_instructions() 205 GLint removeStart = removeEnd - removeCount + 1; in remove_instructions() local 206 _mesa_delete_instructions(prog, removeStart, removeCount); in remove_instructions()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | ApplyStyleCommand.cpp | 606 Position removeStart = start.upstream(); in applyInlineStyle() local 619 Position embeddingRemoveStart = removeStart; in applyInlineStyle() 620 if (startUnsplitAncestor && elementFullySelected(*startUnsplitAncestor, removeStart, end)) in applyInlineStyle() 624 if (endUnsplitAncestor && elementFullySelected(*endUnsplitAncestor, removeStart, end)) in applyInlineStyle() 627 if (embeddingRemoveEnd != removeStart || embeddingRemoveEnd != end) { in applyInlineStyle() 636 … removeInlineStyle(styleWithoutEmbedding ? styleWithoutEmbedding.get() : style, removeStart, end); in applyInlineStyle()
|