Home | History | Annotate | Download | only in gfx

Lines Matching refs:selection

63   void DrawSelection(const std::vector<Rect>& selection, SkColor color);
152 // visual layout. Support is built in for a cursor, a selection, simple styling,
245 const Range& selection() const { return selection_model_.selection(); }
252 // If |select| is false, the selection start is moved to the same position.
257 // Set the selection_model_ to the value of |selection|.
258 // The selection range is clamped to text().length() if out of range.
259 // Returns true if the cursor position or selection range changed.
265 // If |select| is false, the selection start is moved to the same position.
266 // Returns true if the cursor position or selection range changed.
288 // selection, the selection bounds are extended to their nearest word
350 // Draw the selected text without a cursor or selection highlight. Subpixel
385 // Return a SelectionModel with the cursor at the current selection's start.
386 // The returned value represents a cursor/caret position without a selection.
438 // Get the selection model that visually neighbors |position| by |break_type|.
439 // The returned value represents a cursor/caret position without a selection.
444 // Get the selection model visually left/right of |selection| by one grapheme.
445 // The returned value represents a cursor/caret position without a selection.
447 const SelectionModel& selection,
450 // Get the selection model visually left/right of |selection| by one word.
451 // The returned value represents a cursor/caret position without a selection.
453 const SelectionModel& selection,
457 // The returned value represents a cursor/caret position without a selection.
460 // Sets the selection model, the argument is assumed to be valid.
498 // Apply (and undo) temporary composition underlines and selection colors.
551 // If |select| is false, the selection start is moved to the same position.
563 // Draw the selection.
583 // Logical selection range and visual cursor position.
603 // The background color used for drawing the selection when focused.
614 // TODO(msw): Expand to support cursor, selection, background, etc. colors.
618 // Breaks saved without temporary composition and selection styling.
664 // selection, font, and other operations that adjust the visible text bounds.