Home | History | Annotate | Download | only in gfx

Lines Matching defs:RenderText

392 RenderText::~RenderText() {
395 RenderText* RenderText::CreateInstance() {
408 void RenderText::SetText(const base::string16& text) {
438 void RenderText::SetHorizontalAlignment(HorizontalAlignment alignment) {
446 void RenderText::SetFontList(const FontList& font_list) {
457 void RenderText::SetCursorEnabled(bool cursor_enabled) {
462 void RenderText::ToggleInsertMode() {
467 void RenderText::SetObscured(bool obscured) {
476 void RenderText::SetObscuredRevealIndex(int index) {
485 void RenderText::SetReplaceNewlineCharsWithSymbols(bool replace) {
491 void RenderText::SetMultiline(bool multiline) {
499 void RenderText::SetElideBehavior(ElideBehavior elide_behavior) {
507 void RenderText::SetDisplayRect(const Rect& r) {
518 void RenderText::SetCursorPosition(size_t position) {
522 void RenderText::MoveCursor(BreakType break_type,
549 bool RenderText::MoveCursorTo(const SelectionModel& model) {
563 bool RenderText::SelectRange(const Range& range) {
575 bool RenderText::IsPointInSelection(const Point& point) {
583 void RenderText::ClearSelection() {
588 void RenderText::SelectAll(bool reversed) {
595 void RenderText::SelectWord() {
631 const Range& RenderText::GetCompositionRange() const {
635 void RenderText::SetCompositionRange(const Range& composition_range) {
643 void RenderText::SetColor(SkColor value) {
647 void RenderText::ApplyColor(SkColor value, const Range& range) {
651 void RenderText::SetStyle(TextStyle style, bool value) {
658 void RenderText::ApplyStyle(TextStyle style, bool value, const Range& range) {
670 bool RenderText::GetStyle(TextStyle style) const {
675 void RenderText::SetDirectionalityMode(DirectionalityMode mode) {
685 base::i18n::TextDirection RenderText::GetTextDirection() {
712 VisualCursorDirection RenderText::GetVisualDirectionOfLogicalEnd() {
717 SizeF RenderText::GetStringSizeF() {
722 float RenderText::GetContentWidth() {
726 int RenderText::GetBaseline() {
733 void RenderText::Draw(Canvas* canvas) {
757 void RenderText::DrawCursor(Canvas* canvas, const SelectionModel& position) {
763 bool RenderText::IsValidLogicalIndex(size_t index) {
778 Rect RenderText::GetCursorBounds(const SelectionModel& caret,
812 const Rect& RenderText::GetUpdatedCursorBounds() {
817 size_t RenderText::IndexOfAdjacentGrapheme(size_t index,
841 SelectionModel RenderText::GetSelectionModelForSelectionStart() {
849 const Vector2d& RenderText::GetUpdatedDisplayOffset() {
854 void RenderText::SetDisplayOffset(int horizontal_offset) {
890 RenderText::RenderText()
917 SelectionModel RenderText::GetAdjacentSelectionModel(
931 SelectionModel RenderText::EdgeSelectionModel(
938 void RenderText::SetSelectionModel(const SelectionModel& model) {
944 const base::string16& RenderText::GetLayoutText() const {
948 const BreakList<size_t>& RenderText::GetLineBreaks() {
968 void RenderText::ApplyCompositionAndSelectionStyles() {
986 void RenderText::UndoCompositionAndSelectionStyles() {
994 Vector2d RenderText::GetLineOffset(size_t line_number) {
1005 Point RenderText::ToTextPoint(const Point& point) {
1010 Point RenderText::ToViewPoint(const Point& point) {
1023 std::vector<Rect> RenderText::TextBoundsToViewBounds(const Range& x) {
1055 HorizontalAlignment RenderText::GetCurrentHorizontalAlignment() {
1062 Vector2d RenderText::GetAlignmentOffset(size_t line_number) {
1094 void RenderText::ApplyFadeEffects(internal::SkiaTextRenderer* renderer) {
1128 void RenderText::ApplyTextShadows(internal::SkiaTextRenderer* renderer) {
1134 bool RenderText::RangeContainsCaret(const Range& range,
1143 void RenderText::MoveCursorTo(size_t position, bool select) {
1151 void RenderText::UpdateLayoutText() {
1218 base::string16 RenderText::Elide(const base::string16& text,
1226 // Create a RenderText copy with attributes that affect the rendering width.
1227 scoped_ptr<RenderText> render_text(CreateInstance());
1318 base::string16 RenderText::ElideEmail(const base::string16& email,
1373 void RenderText::UpdateCachedBoundsAndOffset() {
1399 void RenderText::DrawSelection(Canvas* canvas) {