Home
last modified time | relevance | path

Searched refs:customHeight (Results 1 – 25 of 29) sorted by relevance

12

/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxworksheet_p.h63 bool customHeight = false,
72 customHeight(customHeight), in baseColWidth()
83 bool customHeight; member
96 customHeight(false), height(height), format(format), hidden(hidden), outlineLevel(0) in customHeight() function
102 bool customHeight; member
H A Dxlsxworksheet.cpp1566 if (rowInfo->customHeight) { in saveXmlSheetData()
2094 rowInfo->customHeight = true; in setRowHeight()
2367 info->customHeight = attributes.value(QLatin1String("customHeight")) == QLatin1String("1"); in loadXmlSheetData()
2724 formatProps.customHeight = attrib.value() == QLatin1String("1"); in loadXmlSheetFormatProps()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/worksheet/
H A Dsub_write_row.t58 $expected = '<row r="2" ht="30" customHeight="1">';
100 $expected = '<row r="10" ht="3" customHeight="1">';
114 $expected = '<row r="13" ht="24" hidden="1" customHeight="1">';
128 $expected = '<row r="13" ht="24" hidden="1" customHeight="1"/>';
H A Dworksheet_04.t61 <row r="2" ht="30" customHeight="1"/>
64 <row r="10" ht="3" customHeight="1"/>
65 <row r="13" ht="24" hidden="1" customHeight="1"/>
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/q3map2/
H A Dlightmaps_ydnar.c545 if ( lm->h > lm->customHeight ) { in AddPatchToRawLightmap()
546 lm->h = lm->customHeight; in AddPatchToRawLightmap()
1165 lm->customHeight = info->si->lmCustomHeight; in SetupSurfaceLightmaps()
1413 if ( a->customWidth != b->customWidth || a->customHeight != b->customHeight || in CompareBSPLuxels()
1500 if ( a->customWidth != b->customWidth || a->customHeight != b->customHeight || in MergeBSPLuxels()
1956 olm->customHeight = lm->customHeight; in SetupOutLightmap()
2030 olm->customHeight != lm->customHeight ) { in FindOutLightmaps()
2099 olm->customHeight != lm->customHeight ) { in FindOutLightmaps()
2106 yMax = olm->customHeight; in FindOutLightmaps()
2360 for ( y = 0; y < olm->customHeight; ++y ) in FillOutLightmap()
[all …]
H A Dq3map2.h1421 int customWidth, customHeight; member
1436 int customWidth, customHeight; member
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/worksheet/
H A Ddimensions.py81 customHeight=None, # do not write argument
116 def customHeight(self): member in RowDimension
254 customHeight = Bool(allow_none=True) variable in SheetFormatProperties
265 customHeight=None, argument
275 self.customHeight = customHeight
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBAddPresetController.h15 …ger:(HBPresetsManager *)manager customWidth:(int)customWidth customHeight:(int)customHeight resolu…
H A DHBAddPresetController.m45 …ger:(HBPresetsManager *)manager customWidth:(int)customWidth customHeight:(int)customHeight resolu…
55 _height = customHeight;
H A DHBController.m1515customHeight:self.job.picture.maxHeight
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/q3map2/
H A Dlightmaps_ydnar.c537 if( lm->h > lm->customHeight ) in AddPatchToRawLightmap()
538 lm->h = lm->customHeight; in AddPatchToRawLightmap()
618 info->si->lmCustomHeight != lm->customHeight || in AddSurfaceToRawLightmap()
1107 lm->customHeight = info->si->lmCustomHeight; in SetupSurfaceLightmaps()
1349 if( a->customWidth != b->customWidth || a->customHeight != b->customHeight || in CompareBSPLuxels()
1432 if( a->customWidth != b->customWidth || a->customHeight != b->customHeight || in MergeBSPLuxels()
1864 olm->customHeight = lm->customHeight; in SetupOutLightmap()
1936 olm->customHeight != lm->customHeight ) in FindOutLightmaps()
1995 olm->customHeight != lm->customHeight ) in FindOutLightmaps()
2002 yMax = olm->customHeight; in FindOutLightmaps()
[all …]
H A Dq3map2.h1351 int customWidth, customHeight; member
1366 int customWidth, customHeight; member
/dports/games/libretro-snes9x/snes9x-73aa348/macosx/
H A Dmac-cart.mm51 short customWidth, customHeight; field
157 nav.customHeight = rct.bottom - rct.top;
292 gSheetNav.customHeight = rct.bottom - rct.top;
604 nav.customHeight = rct.bottom - rct.top;
780 nav.customHeight = rct.bottom - rct.top;
921 nav.customHeight = rct.bottom - rct.top;
1285 …((callBackParms->customRect.bottom - callBackParms->customRect.top ) - nav->customHeight) / 2 + ca…
1318 callBackParms->customRect.bottom = callBackParms->customRect.top + nav->customHeight;
1464 callBackParms->customRect.bottom = callBackParms->customRect.top + nav->customHeight;
1620 callBackParms->customRect.bottom = callBackParms->customRect.top + nav->customHeight;
[all …]
/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-cart.mm224 short customWidth, customHeight; field
310 nav.customHeight = rct.bottom - rct.top;
445 gSheetNav.customHeight = rct.bottom - rct.top;
757 nav.customHeight = rct.bottom - rct.top;
933 nav.customHeight = rct.bottom - rct.top;
1074 nav.customHeight = rct.bottom - rct.top;
1438 …((callBackParms->customRect.bottom - callBackParms->customRect.top ) - nav->customHeight) / 2 + ca…
1471 callBackParms->customRect.bottom = callBackParms->customRect.top + nav->customHeight;
1617 callBackParms->customRect.bottom = callBackParms->customRect.top + nav->customHeight;
1773 callBackParms->customRect.bottom = callBackParms->customRect.top + nav->customHeight;
[all …]
/dports/games/kmines/kmines-21.12.3/src/
H A Dmainwindow.cpp167 m_scene->startNewGame(Settings::customHeight(), in newGame()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A DGPU.cpp2785 …memset(this->_3DFramebufferRGBA6665, 0, dispInfo.customWidth * dispInfo.customHeight * sizeof(Frag… in Reset()
2786 …memset(this->_3DFramebufferRGBA5551, 0, dispInfo.customWidth * dispInfo.customHeight * sizeof(u16)… in Reset()
4145 _displayInfo.customHeight = GPU_LR_FRAMEBUFFER_NATIVE_HEIGHT; in GPUSubsystem()
4187 this->SetCustomFramebufferSize(this->_displayInfo.customWidth, this->_displayInfo.customHeight); in Reset()
4296 this->_engineMain->renderedHeight = this->_displayInfo.customHeight; in UpdateVRAM3DUsageProperties()
4303 this->_engineSub->renderedHeight = this->_displayInfo.customHeight; in UpdateVRAM3DUsageProperties()
4375 return this->_displayInfo.customHeight; in GetCustomFramebufferHeight()
4452 this->_displayInfo.customHeight = h; in SetCustomFramebufferSize()
4464 this->_displayInfo.renderedHeight[NDSDisplayID_Main] = this->_displayInfo.customHeight; in SetCustomFramebufferSize()
4471 this->_displayInfo.renderedHeight[NDSDisplayID_Touch] = this->_displayInfo.customHeight; in SetCustomFramebufferSize()
[all …]
H A DGPU.h687 size_t customHeight; // The custom buffer height, measured in pixels member
/dports/mail/nextcloud-mail/mail/js/
H A Dhtmlresponse.js.map1customHeight","customWidth","sendMouse","type","screenY","screenX","addMouseListener","setupMouseE…
/dports/games/klickety/klickety-21.12.3/src/
H A Dmainwindow.cpp156 Settings::customHeight(), in newGameWithId()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Reader/
H A DXlsx.php865 if (isset($xmlSheet->sheetFormatPr['customHeight']) &&
866 … self::boolean((string) $xmlSheet->sheetFormatPr['customHeight']) &&
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/graphics/
H A Drenderer.h526 …nt3D *font, int customWidth=-1, string prefixLabel="", bool centeredText=true,int customHeight=-1);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/
H A DWorksheet.php317 $objWriter->writeAttribute('customHeight', 'true');
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/responsivedesign/
H A Dresponsivedesign.jsm307 let height = Services.prefs.getIntPref("devtools.responsiveUI.customHeight");
1167 Services.prefs.setIntPref("devtools.responsiveUI.customHeight", this.customPreset.height);
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dooxml_tokens.inl898 "customHeight", // 894
/dports/emulators/tilem/tilem-2.0/data/symbols/
H A Dti83p.sym2085 9B72 customHeight

12