Searched refs:sourceRegion (Results 1 – 3 of 3) sorted by relevance
44 gl::Rectangle sourceRegion; member66 bounds.sourceRegion = sourceArea.removeReversal(); in GetBlitFramebufferBounds()877 if (bounds.destRegion.width == 0 || bounds.sourceRegion.width == 0 || in adjustSrcDstRegion()878 bounds.destRegion.height == 0 || bounds.sourceRegion.height == 0) in adjustSrcDstRegion()995 bounds.sourceRegion = gl::Rectangle(bounds.sourceRegion.x + (xOffset >> destXHalvings), in adjustSrcDstRegion()996 bounds.sourceRegion.y + (yOffset >> destYHalvings), in adjustSrcDstRegion()997 bounds.sourceRegion.width >> destXHalvings, in adjustSrcDstRegion()998 bounds.sourceRegion.height >> destYHalvings); in adjustSrcDstRegion()1001 if (bounds.sourceRegion.width == 0) in adjustSrcDstRegion()1003 bounds.sourceRegion.width = 1; in adjustSrcDstRegion()[all …]
110 String sourceRegion = ltp.getRegion(); in add() local112 sourceRegion, Boolean.TRUE); in add()117 if (StandardCodes.isCountry(sourceRegion)) { in add()118 languageToScriptToRegions.put(sourceLanguage, "", sourceRegion, in add()120 languageToRegions.put(sourceLanguage, sourceRegion, in add()126 if (!sourceScript.isEmpty() && !sourceRegion.isEmpty()) { in add()135 } else if (!sourceRegion.isEmpty()) { in add()142 if (StandardCodes.isCountry(sourceRegion) || sourceRegion.isEmpty()) { in add()143 regions.add(sourceRegion); in add()258 String sourceRegion = ltp.getRegion(); in TestStability() local[all …]
479 String sourceRegion = ltp.getRegion(); in verifyLikelySubtagsImplicationsForDefaultContents() local508 } else if (!sourceRegion.isEmpty()) { // a in verifyLikelySubtagsImplicationsForDefaultContents()