Home
last modified time | relevance | path

Searched refs:charBox (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dfont.cpp64 Common::Rect charBox = font.getBoundingBox(cur); in getBoundingBoxImpl() local
65 if (x + charBox.right > rightX) in getBoundingBoxImpl()
67 if (x + charBox.right >= leftX) { in getBoundingBoxImpl()
68 charBox.translate(x, y); in getBoundingBoxImpl()
70 bbox = charBox; in getBoundingBoxImpl()
73 bbox.extend(charBox); in getBoundingBoxImpl()
119 if (x + charBox.right > rightX) in drawStringImpl()
121 if (x + charBox.right >= leftX) in drawStringImpl()
362 Common::Rect charBox = getBoundingBox(chr); in drawChar() local
363 charBox.translate(x, y); in drawChar()
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dfont.cpp68 Common::Rect charBox = font.getBoundingBox(cur); in getBoundingBoxImpl() local
69 if (x + charBox.right > rightX) in getBoundingBoxImpl()
71 if (x + charBox.right >= leftX) { in getBoundingBoxImpl()
72 charBox.translate(x, y); in getBoundingBoxImpl()
74 bbox = charBox; in getBoundingBoxImpl()
77 bbox.extend(charBox); in getBoundingBoxImpl()
123 if (x + charBox.right > rightX) in drawStringImpl()
125 if (x + charBox.right >= leftX) in drawStringImpl()
452 Common::Rect charBox = getBoundingBox(chr); in drawChar() local
453 charBox.translate(x, y); in drawChar()
[all …]
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/common/
H A Dt1lib_T1Font.cc42 const BBox charBox = T1_GetCharBBox(getFontId(), index); in getGlyphBoundingBox() local
44 scale * charBox.ury / 1000.0f, in getGlyphBoundingBox()
45 scale * (-charBox.lly) / 1000.0f); in getGlyphBoundingBox()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/common/
H A DView.cc262 …At(const scaled& x, const scaled& y, CharIndex& index, Point* charOrig, BoundingBox* charBox) const in getCharAt()
283 if (charOrig || charBox) in getCharAt()
285 if (!deepArea->positionOfIndex(deepIndex, charOrig, charBox)) in getCharAt()
299 Point* charOrig, BoundingBox* charBox) const in getCharExtents()
315 if (deepArea->positionOfIndex(index - deepId.getLength(), charOrig, charBox)) in getCharExtents()
333 Point* charOrig, BoundingBox* charBox) const in getCharExtents()
335 return getCharExtents(getRootElement(), elem, index, charOrig, charBox); in getCharExtents()
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dfont.cpp67 Common::Rect charBox = font.getBoundingBox(cur); in getBoundingBoxImpl() local
68 charBox.translate(x, y); in getBoundingBoxImpl()
70 bbox = charBox; in getBoundingBoxImpl()
73 bbox.extend(charBox); in getBoundingBoxImpl()
280 Common::Rect charBox = getBoundingBox(chr); in drawChar() local
281 charBox.translate(x, y); in drawChar()
282 dst->addDirtyRect(charBox); in drawChar()
/dports/math/reduce/Reduce-svn5758-src/contrib/boxdisplay/sml/
H A DDelimiter.sml15 fun charBox info = BoxPack.boxList [Char info] function
33 | SOME top' => dnVBox w (charBox top') vlist
37 if charHeight (fontNr, ch) + charDepth (fontNr, ch) >= size then charBox (fontNr, ch)
42 else charBox (fontNr, ch)
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/widget/
H A Dgtkmathview_common.cc1608 BoundingBox charBox; in GTKMATHVIEW_METHOD_NAME() local
1614 result_box ? &charBox : 0)) in GTKMATHVIEW_METHOD_NAME()
1630 result_box->width = Gtk_RenderingContext::toGtkPixels(charBox.width); in GTKMATHVIEW_METHOD_NAME()
1631 result_box->height = Gtk_RenderingContext::toGtkPixels(charBox.height); in GTKMATHVIEW_METHOD_NAME()
1632 result_box->depth = Gtk_RenderingContext::toGtkPixels(charBox.depth); in GTKMATHVIEW_METHOD_NAME()
1660 BoundingBox charBox; in GTKMATHVIEW_METHOD_NAME() local
1661 …view->getCharExtents(refElem, elem, index, result_orig ? &charOrig : 0, result_box ? &charBox : 0)) in GTKMATHVIEW_METHOD_NAME()
1662 …th_view->view->getCharExtents(elem, index, result_orig ? &charOrig : 0, result_box ? &charBox : 0)) in GTKMATHVIEW_METHOD_NAME()
1673 result_box->width = Gtk_RenderingContext::toGtkPixels(charBox.width); in GTKMATHVIEW_METHOD_NAME()
1674 result_box->height = Gtk_RenderingContext::toGtkPixels(charBox.height); in GTKMATHVIEW_METHOD_NAME()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/font/
H A DossimFreeTypeFont.cpp414 ossimIrect charBox(bbox.xMin, in getBoundingBox() local
421 box = box.combine(charBox); in getBoundingBox()
426 box = charBox; in getBoundingBox()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/pdf/
H A Dqpdfdocument.cpp435 QRectF charBox = getCharBox(textPage, pageHeight, hitIndex); in hitTest() local
438 if (qAbs(charBox.right() - position.x()) < qAbs(charPos.x() - position.x())) { in hitTest()
439 charPos.setX(charBox.right()); in hitTest()
443 return { charPos, charBox.height(), hitIndex }; in hitTest()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Lower/
H A DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local
72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()
73 return *charBox; in toDataLengthPair()
H A DIntrinsicCall.cpp634 if (auto charBox = val.getCharBox()) { in toValue() local
635 auto buffer = charBox->getBuffer(); in toValue()
639 buffer, charBox->getLen()); in toValue()
1119 if (const auto *charBox = args[0].getCharBox()) { in genLen() local
1120 len = charBox->getLen(); in genLen()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Lower/
H A DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local
72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()
73 return *charBox; in toDataLengthPair()
H A DIntrinsicCall.cpp634 if (auto charBox = val.getCharBox()) { in toValue() local
635 auto buffer = charBox->getBuffer(); in toValue()
639 buffer, charBox->getLen()); in toValue()
1119 if (const auto *charBox = args[0].getCharBox()) { in genLen() local
1120 len = charBox->getLen(); in genLen()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local
72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()
73 return *charBox; in toDataLengthPair()
H A DIntrinsicCall.cpp634 if (auto charBox = val.getCharBox()) { in toValue() local
635 auto buffer = charBox->getBuffer(); in toValue()
639 buffer, charBox->getLen()); in toValue()
1119 if (const auto *charBox = args[0].getCharBox()) { in genLen() local
1120 len = charBox->getLen(); in genLen()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local
72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()
73 return *charBox; in toDataLengthPair()
H A DIntrinsicCall.cpp634 if (auto charBox = val.getCharBox()) {
635 auto buffer = charBox->getBuffer();
639 buffer, charBox->getLen());
1119 if (const auto *charBox = args[0].getCharBox()) {
1120 len = charBox->getLen();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Lower/
H A DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local
72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()
73 return *charBox; in toDataLengthPair()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local
72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()
73 return *charBox; in toDataLengthPair()
H A DIntrinsicCall.cpp634 if (auto charBox = val.getCharBox()) { in toValue() local
635 auto buffer = charBox->getBuffer(); in toValue()
639 buffer, charBox->getLen()); in toValue()
1119 if (const auto *charBox = args[0].getCharBox()) { in genLen() local
1120 len = charBox->getLen(); in genLen()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local
72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()
73 return *charBox; in toDataLengthPair()
H A DIntrinsicCall.cpp634 if (auto charBox = val.getCharBox()) { in toValue() local
635 auto buffer = charBox->getBuffer(); in toValue()
639 buffer, charBox->getLen()); in toValue()
1119 if (const auto *charBox = args[0].getCharBox()) { in genLen() local
1120 len = charBox->getLen(); in genLen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Lower/
H A DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local
72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()
73 return *charBox; in toDataLengthPair()
H A DIntrinsicCall.cpp634 if (auto charBox = val.getCharBox()) { in toValue() local
635 auto buffer = charBox->getBuffer(); in toValue()
639 buffer, charBox->getLen()); in toValue()
1119 if (const auto *charBox = args[0].getCharBox()) { in genLen() local
1120 len = charBox->getLen(); in genLen()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdftext/
H A Dfpdf_text_int.cpp1095 CFX_FloatRect charBox; in ProcessMarkedContent() local
1096 charBox.top = pTextObj->m_Top; in ProcessMarkedContent()
1097 charBox.left = pTextObj->m_Left; in ProcessMarkedContent()
1098 charBox.right = pTextObj->m_Right; in ProcessMarkedContent()
1099 charBox.bottom = pTextObj->m_Bottom; in ProcessMarkedContent()
1116 charinfo.m_CharBox.top = charBox.top; in ProcessMarkedContent()
1117 charinfo.m_CharBox.left = charBox.left; in ProcessMarkedContent()
1118 charinfo.m_CharBox.right = charBox.right; in ProcessMarkedContent()
1119 charinfo.m_CharBox.bottom = charBox.bottom; in ProcessMarkedContent()

12