Searched refs:drawText (Results 1 – 12 of 12) sorted by relevance
633 …pm2f.drawText(s, size, x - (data.parent_ !== undefined ? MainEditor.NODE_RECT_WIDTH - data.parent_…640 …pm2f.drawText(s, size, x - (data.parent_ !== undefined ? MainEditor.NODE_RECT_WIDTH - data.parent_…647 …pm2f.drawText(s, size, x - (data.parent_ !== undefined ? MainEditor.NODE_RECT_WIDTH - data.parent_…661 …pm2f.drawText( s.length > DISPLAY_TEXT_MAX ? s.substring(0, DISPLAY_TEXT_MAX_NOPOINT) + '...' : s,…846 … w = pm2f.drawText(NodeTools.jinZhi10ToX(data.value_, data.jinzhi_), MainEditor.NODE_TEXT_SIZE,982 pm2f.drawText(1123 … pm2f.drawText(node.value_.length, textSize, x + node.nodeWidth_ + MainEditor.NODE_SIZE_BG_OFFX +1229 pm2f.drawText(drawTextName, MainEditor.NODE_TEXT_SIZE, this.mousePos_.x,1250 pm2f.drawText(1274 pm2f.drawText([all …]
134 X2DFast.px2f.drawText(148 X2DFast.px2f.drawText(173 X2DFast.px2f.drawText(symbol, RightMenu.TEXT_SIZE, x + w, OFFY_, 1, 1, 0,
68 this.pm2f_.drawText(name, 16, x, y, 1, 1, 0, -1, -1, this.nameColor_);94 this.pm2f_.drawText(
62 this.pm2f_.drawText(this.name_, SIZE, this.posX_ + this.posW_ / middle, this.posY_ +
116 this.drawText();124 drawText(): void {125 console.error("MayTest drawText")139 this.drawText()
607 drawText(): void;619 …{"drawText", nullptr, SampleBitMap::NapiDrawText, nullptr, nullptr, nullptr, napi_default, nullptr…659 this.xComponentContext.drawText();678 …ures/drawIndex.jpg) |  |  |
621 drawText(): void;633 …{"drawText", nullptr, SampleBitMap::NapiDrawText, nullptr, nullptr, nullptr, napi_default, nullptr…673 this.xComponentContext.drawText();692 …ures/drawIndex.jpg) |  |  |
215 …drawText(s, size = DRAWTEXT_SIZE, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR)… method in X2DFast
1884 function drawText({ text = '', location: [x, y] = [0, 0], bold = false }) {1891 drawText({ text: 'Hello, world!', location: [100, 50], bold: true });1897 function drawText(text: String, location: number[], bold: boolean) {1907 drawText('Hello, world!', [100, 50], true);
2007 function drawText({ text = '', location: [x, y] = [0, 0], bold = false }) {2014 drawText({ text: 'Hello, world!', location: [100, 50], bold: true })2020 function drawText(text: String, location: number[], bold: boolean) {2030 drawText('Hello, world!', [100, 50], true);
2021 通过在IDE中创建Native c++ 工程,在c++代码中定义对外接口为drawPattern和drawText,在js侧调用该接口可在页面上绘制出一个五角星和“Hello World Drawi…