Searched refs:TextRun_Dev (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ppapi/cpp/dev/ |
D | font_dev.cc | 66 TextRun_Dev::TextRun_Dev() { in TextRun_Dev() function in pp::TextRun_Dev 72 TextRun_Dev::TextRun_Dev(const std::string& text, in TextRun_Dev() function in pp::TextRun_Dev 81 TextRun_Dev::TextRun_Dev(const TextRun_Dev& other) : text_(other.text_) { in TextRun_Dev() function in pp::TextRun_Dev 87 TextRun_Dev::~TextRun_Dev() { in ~TextRun_Dev() 90 TextRun_Dev& TextRun_Dev::operator=(const TextRun_Dev& other) { in operator =() 146 const TextRun_Dev& text, in DrawTextAt() 163 int32_t Font_Dev::MeasureText(const TextRun_Dev& text) const { in MeasureText() 170 uint32_t Font_Dev::CharacterOffsetForPixel(const TextRun_Dev& text, in CharacterOffsetForPixel() 179 int32_t Font_Dev::PixelOffsetForCharacter(const TextRun_Dev& text, in PixelOffsetForCharacter() 192 return DrawTextAt(dest, TextRun_Dev(text), position, color, in DrawSimpleText() [all …]
|
D | font_dev.h | 77 class TextRun_Dev { 79 TextRun_Dev(); 80 TextRun_Dev(const std::string& text, 83 TextRun_Dev(const TextRun_Dev& other); 84 ~TextRun_Dev(); 86 TextRun_Dev& operator=(const TextRun_Dev& other); 117 const TextRun_Dev& text, 122 int32_t MeasureText(const TextRun_Dev& text) const; 123 uint32_t CharacterOffsetForPixel(const TextRun_Dev& text, 125 int32_t PixelOffsetForCharacter(const TextRun_Dev& text,
|
/external/chromium_org/ppapi/examples/ime/ |
D | ime.cc | 161 pp::TextRun_Dev(str.c_str(), false, false), in PaintOn() 183 pp::TextRun_Dev(str.c_str(), false, false), in PaintOn() 215 pp::TextRun_Dev(str.c_str(), false, false), in PaintOn() 224 pp::TextRun_Dev(utf8_text_.c_str(), false, false), in PaintOn() 286 pp::TextRun_Dev(utf8_text_.c_str()), x - area_.x()); in RefocusByMouseClick() 296 pp::TextRun_Dev(utf8_text_.c_str()), x - area_.x()); in MouseDrag()
|
/external/chromium_org/pdf/ |
D | progress_control.cc | 197 font.DrawTextAt(&ctrl_background_, pp::TextRun_Dev(text_), text_origin, in PrepareBackground()
|