Lines Matching defs:start
165 int16_t start;
171 int16_t start;
177 int16_t start;
483 void SetBackgroundColorSpan(ColorType backgroundColor, int16_t start, int16_t end)
488 spannableString_->SetBackgroundColor(backgroundColor, (uint16_t)start, (uint16_t)end);
496 void SetForegroundColorSpan(ColorType fontColor, int16_t start, int16_t end)
501 spannableString_->SetForegroundColor(fontColor, (uint16_t)start, (uint16_t)end);
509 void SetLineBackgroundSpan(ColorType linebackgroundColor, int16_t start, int16_t end)
514 spannableString_->SetLineBackgroundColor(linebackgroundColor, (uint16_t)start, (uint16_t)end);
522 void SetAbsoluteSizeSpan(uint16_t start, uint16_t end, uint8_t size);
523 void SetRelativeSizeSpan(uint16_t start, uint16_t end, float size);