Home
last modified time | relevance | path

Searched refs:constraintMode (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DSkGpuDevice_drawTexture.cpp171 GrTextureAdjuster::FilterConstraint constraintMode; in drawTextureProducerImpl() local
173 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in drawTextureProducerImpl()
175 constraintMode = GrTextureAdjuster::kYes_FilterConstraint; in drawTextureProducerImpl()
185 GrTextureAdjuster::kYes_FilterConstraint == constraintMode && coordsAllInsideSrcRect) { in drawTextureProducerImpl()
190 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in drawTextureProducerImpl()
205 *textureMatrix, clippedSrcRect, constraintMode, coordsAllInsideSrcRect, filterMode, in drawTextureProducerImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DSkGpuDevice_drawTexture.cpp265 GrTextureProducer::FilterConstraint constraintMode; in drawTextureProducerImpl() local
267 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in drawTextureProducerImpl()
269 constraintMode = GrTextureAdjuster::kYes_FilterConstraint; in drawTextureProducerImpl()
279 GrTextureAdjuster::kYes_FilterConstraint == constraintMode && coordsAllInsideSrcRect) { in drawTextureProducerImpl()
284 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in drawTextureProducerImpl()
299 *textureMatrix, clippedSrcRect, constraintMode, coordsAllInsideSrcRect, filterMode, in drawTextureProducerImpl()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DSkGpuDevice_drawTexture.cpp274 GrTextureProducer::FilterConstraint constraintMode; in draw_texture_producer() local
276 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
278 constraintMode = GrTextureAdjuster::kYes_FilterConstraint; in draw_texture_producer()
288 GrTextureAdjuster::kYes_FilterConstraint == constraintMode && coordsAllInsideSrcRect && in draw_texture_producer()
293 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
305 auto fp = producer->createFragmentProcessor(textureMatrix, src, constraintMode, in draw_texture_producer()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DSkGpuDevice_drawTexture.cpp274 GrTextureProducer::FilterConstraint constraintMode; in draw_texture_producer() local
276 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
278 constraintMode = GrTextureAdjuster::kYes_FilterConstraint; in draw_texture_producer()
288 GrTextureAdjuster::kYes_FilterConstraint == constraintMode && coordsAllInsideSrcRect && in draw_texture_producer()
293 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
305 auto fp = producer->createFragmentProcessor(textureMatrix, src, constraintMode, in draw_texture_producer()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DSkGpuDevice_drawTexture.cpp274 GrTextureProducer::FilterConstraint constraintMode; in draw_texture_producer() local
276 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
278 constraintMode = GrTextureAdjuster::kYes_FilterConstraint; in draw_texture_producer()
288 GrTextureAdjuster::kYes_FilterConstraint == constraintMode && coordsAllInsideSrcRect && in draw_texture_producer()
293 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
305 auto fp = producer->createFragmentProcessor(textureMatrix, src, constraintMode, in draw_texture_producer()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DSkGpuDevice_drawTexture.cpp274 GrTextureProducer::FilterConstraint constraintMode; in draw_texture_producer() local
276 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
278 constraintMode = GrTextureAdjuster::kYes_FilterConstraint; in draw_texture_producer()
288 GrTextureAdjuster::kYes_FilterConstraint == constraintMode && coordsAllInsideSrcRect && in draw_texture_producer()
293 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
305 auto fp = producer->createFragmentProcessor(textureMatrix, src, constraintMode, in draw_texture_producer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DSkGpuDevice_drawTexture.cpp426 GrTextureProducer::FilterConstraint constraintMode; in draw_texture_producer() local
428 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
430 constraintMode = GrTextureAdjuster::kYes_FilterConstraint; in draw_texture_producer()
440 GrTextureAdjuster::kYes_FilterConstraint == constraintMode && coordsAllInsideSrcRect && in draw_texture_producer()
445 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in draw_texture_producer()
457 auto fp = producer->createFragmentProcessor(textureMatrix, src, constraintMode, in draw_texture_producer()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/
H A DTagSettingsView.java120 private GenericStringListParameter constraintMode; field in TagSettingsView.Params
880 Label constraintMode = new Label(gConstraint, SWT.NULL ); in swt_initialize() local
881 Messages.setLanguageText(constraintMode, "label.scope"); in swt_initialize()
895 params.constraintMode = new GenericStringListParameter( in swt_initialize()
1240 params.constraintMode.setValue( mode ); in swt_updateFields()