Home
last modified time | relevance | path

Searched refs:removeStart (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprog_optimize.c197 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/
Dprog_optimize.c197 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/
DApplyStyleCommand.cpp606 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()