Home
last modified time | relevance | path

Searched refs:fnSize (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/items/
H A Dimportcategorydrawer.cpp129 int fnSize = fontBold.pointSize(); in drawCategory() local
135 if (fnSize > 0) in drawCategory()
137 fontBold.setPointSize(fnSize+2); in drawCategory()
144 fnSize = fontBold.pixelSize(); in drawCategory()
145 fontBold.setPixelSize(fnSize+2); in drawCategory()
245 int fnSize = fn.pointSize(); in updateRectsAndPixmaps() local
248 if (fnSize > 0) in updateRectsAndPixmaps()
250 fn.setPointSize(fnSize+2); in updateRectsAndPixmaps()
255 fnSize = fn.pixelSize(); in updateRectsAndPixmaps()
256 fn.setPixelSize(fnSize+2); in updateRectsAndPixmaps()
/dports/graphics/digikam/digikam-7.4.0/core/app/items/utils/
H A Ditemcategorydrawer.cpp136 int fnSize = fontBold.pointSize(); in drawCategory() local
138 if (fnSize > 0) in drawCategory()
140 fontBold.setPointSize(fnSize+2); in drawCategory()
144 fnSize = fontBold.pixelSize(); in drawCategory()
145 fontBold.setPixelSize(fnSize+2); in drawCategory()
396 int fnSize = fn.pointSize(); in updateRectsAndPixmaps() local
399 if (fnSize > 0) in updateRectsAndPixmaps()
401 fn.setPointSize(fnSize+2); in updateRectsAndPixmaps()
406 fnSize = fn.pixelSize(); in updateRectsAndPixmaps()
407 fn.setPixelSize(fnSize+2); in updateRectsAndPixmaps()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/msaa/
H A DCompatibility.cpp36 DWORD fnSize = MAX_PATH; in IsModuleVersionLessThan() local
39 fileName = MakeUnique<wchar_t[]>(fnSize); in IsModuleVersionLessThan()
40 DWORD retLen = ::GetModuleFileNameW(aModuleHandle, fileName.get(), fnSize); in IsModuleVersionLessThan()
45 if (retLen == fnSize && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER) { in IsModuleVersionLessThan()
47 fnSize *= 2; in IsModuleVersionLessThan()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/cuda/
H A DNCVHaarObjectDetection.cu2074 const cv::FileNode &fnSize = root[CUDA_CC_SIZE]; in loadFromXML() local
2077 haar.ClassifierSize.width = (int)fnSize[CUDA_CC_SIZE_W]; in loadFromXML()
2078 haar.ClassifierSize.height = (int)fnSize[CUDA_CC_SIZE_H]; in loadFromXML()