/external/ImageMagick/coders/ |
D | emf.c | 489 if (image->resolution.y > 0) in ReadEMFImage() 491 y_resolution=image->resolution.y; in ReadEMFImage() 495 if (image->resolution.x > 0) in ReadEMFImage() 497 x_resolution=image->resolution.x; in ReadEMFImage() 535 if (image->resolution.x != 0.0) in ReadEMFImage() 536 image->columns=(size_t) floor((image->columns*image->resolution.x)+ in ReadEMFImage() 538 if (image->resolution.y != 0.0) in ReadEMFImage() 539 image->rows=(size_t) floor((image->rows*image->resolution.y)+0.5); in ReadEMFImage() 546 if (image->resolution.x != 0.0) in ReadEMFImage() 547 image->columns=(size_t) floor(((image->columns*image->resolution.x)/ in ReadEMFImage() [all …]
|
D | xps.c | 182 if ((image->resolution.x == 0.0) || (image->resolution.y == 0.0)) in ReadXPSImage() 191 image->resolution.x=geometry_info.rho; in ReadXPSImage() 192 image->resolution.y=geometry_info.sigma; in ReadXPSImage() 194 image->resolution.y=image->resolution.x; in ReadXPSImage() 280 image->resolution.x,image->resolution.y); in ReadXPSImage() 285 page.width=(size_t) floor(page.width*image->resolution.y/delta.x+0.5); in ReadXPSImage() 286 page.height=(size_t) floor(page.height*image->resolution.y/delta.y+0.5); in ReadXPSImage()
|
D | ps.c | 460 resolution; in ReadPSImage() local 553 if ((image->resolution.x == 0.0) || (image->resolution.y == 0.0)) in ReadPSImage() 556 image->resolution.x=geometry_info.rho; in ReadPSImage() 557 image->resolution.y=geometry_info.sigma; in ReadPSImage() 559 image->resolution.y=image->resolution.x; in ReadPSImage() 564 image->resolution.x=geometry_info.rho; in ReadPSImage() 565 image->resolution.y=geometry_info.sigma; in ReadPSImage() 567 image->resolution.y=image->resolution.x; in ReadPSImage() 572 resolution=image->resolution; in ReadPSImage() 573 page.width=(size_t) ceil((double) (page.width*resolution.x/delta.x)-0.5); in ReadPSImage() [all …]
|
D | ps2.c | 419 resolution, in WritePS2Image() local 496 resolution.x=image->resolution.x; in WritePS2Image() 497 resolution.y=image->resolution.y; in WritePS2Image() 498 if ((resolution.x == 0.0) || (resolution.y == 0.0)) in WritePS2Image() 501 resolution.x=geometry_info.rho; in WritePS2Image() 502 resolution.y=geometry_info.sigma; in WritePS2Image() 504 resolution.y=resolution.x; in WritePS2Image() 509 resolution.x=geometry_info.rho; in WritePS2Image() 510 resolution.y=geometry_info.sigma; in WritePS2Image() 512 resolution.y=resolution.x; in WritePS2Image() [all …]
|
D | ps3.c | 847 resolution, in WritePS3Image() local 936 resolution.x=image->resolution.x; in WritePS3Image() 937 resolution.y=image->resolution.y; in WritePS3Image() 938 if ((resolution.x == 0.0) || (resolution.y == 0.0)) in WritePS3Image() 941 resolution.x=geometry_info.rho; in WritePS3Image() 942 resolution.y=geometry_info.sigma; in WritePS3Image() 944 resolution.y=resolution.x; in WritePS3Image() 949 resolution.x=geometry_info.rho; in WritePS3Image() 950 resolution.y=geometry_info.sigma; in WritePS3Image() 952 resolution.y=resolution.x; in WritePS3Image() [all …]
|
D | pango.c | 205 image->resolution.x == 0.0 ? 90.0 : image->resolution.x); in ReadPANGOImage() 305 (image->resolution.x == 0.0 ? 90.0 : image->resolution.x)*PANGO_SCALE+36)/ in ReadPANGOImage() 363 (image->resolution.x == 0.0 ? 90.0 : image->resolution.x)+45.0)/90.0+ in ReadPANGOImage() 375 (image->resolution.y == 0.0 ? 90.0 : image->resolution.y)+45.0)/90.0+ in ReadPANGOImage()
|
D | pdf.c | 484 if ((image->resolution.x == 0.0) || (image->resolution.y == 0.0)) in ReadPDFImage() 487 image->resolution.x=geometry_info.rho; in ReadPDFImage() 488 image->resolution.y=geometry_info.sigma; in ReadPDFImage() 490 image->resolution.y=image->resolution.x; in ReadPDFImage() 495 image->resolution.x=geometry_info.rho; in ReadPDFImage() 496 image->resolution.y=geometry_info.sigma; in ReadPDFImage() 498 image->resolution.y=image->resolution.x; in ReadPDFImage() 504 page.width=(size_t) ceil((double) (page.width*image->resolution.x/delta.x)- in ReadPDFImage() 506 page.height=(size_t) ceil((double) (page.height*image->resolution.y/delta.y)- in ReadPDFImage() 637 image->resolution.x/delta.x)-0.5); in ReadPDFImage() [all …]
|
/external/v8/test/webkit/fast/js/kde/ |
D | encode_decode_uri.js | 27 var resolution = 251; // set to 1 for 100% coverage variable 79 for (var charcode = 1; charcode < 0xD7FF; charcode += resolution) 82 for (var charcode = 0xE001; charcode < 0xFFFD; charcode += resolution) 85 for (var charcode = 0xDC01; charcode < 0xDFFF; charcode += resolution) 88 for (var charcode = 0xD801; charcode < 0xDBFF; charcode += resolution) 91 for (var charcode = 0xDC01; charcode < 0xDFFF; charcode += resolution) 94 for (var charcode = 1; charcode < 0xDBFF; charcode += resolution) 97 for (var charcode = 0xE001; charcode < 0xFFFD; charcode += resolution)
|
/external/doclava/src/com/google/doclava/ |
D | AnnotationValueInfo.java | 90 public void addResolution(Resolution resolution) { in addResolution() argument 95 mResolutions.add(resolution); in addResolution() 110 for (Resolution resolution : resolutions) { in resolveResolutions() 113 resolution.getInfoBuilder()); in resolveResolutions() 117 mResolutions.add(resolution); in resolveResolutions() 119 } else if ("element".equals(resolution.getVariable())) { in resolveResolutions() 122 if (resolution.getValue().equals(m.name()) || in resolveResolutions()
|
D | AnnotationInstanceInfo.java | 86 public void addResolution(Resolution resolution) { in addResolution() argument 91 mResolutions.add(resolution); in addResolution() 106 for (Resolution resolution : resolutions) { in resolveResolutions() 108 InfoBuilder.resolveQualifiedName(resolution.getValue(), qualifiedClassName, in resolveResolutions() 109 resolution.getInfoBuilder()); in resolveResolutions() 113 mResolutions.add(resolution); in resolveResolutions() 115 } else if ("annotationTypeName".equals(resolution.getVariable())) { in resolveResolutions()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/META-INF/ |
D | MANIFEST.MF | 13 org.apache.derby;resolution:=optional, 14 Cloudscape;resolution:=optional, 15 org.eclipse.test.performance.derby;bundle-version="10.4.2";resolution:=optional, 17 org.eclipse.ui.views;bundle-version="3.4.0";resolution:=optional, 19 org.eclipse.ui;bundle-version="3.5.0";resolution:=optional, 20 org.eclipse.ui.ide;bundle-version="3.5.0";resolution:=optional,
|
/external/ImageMagick/Magick++/tests/ |
D | color.cpp | 114 double resolution = 1.0/QuantumRange; in main() local 115 if ( resolution < 0.0000001 ) in main() 116 resolution = 0.0000001; in main() 117 double max_error = resolution + MagickEpsilon; in main() 119 for( double value = 0; value < 1.0 + MagickEpsilon; value += resolution ) in main()
|
/external/autotest/server/site_tests/display_NoEdid/ |
D | display_NoEdid.py | 55 resolution = display_facade.get_external_resolution() 56 if resolution not in self.STANDARD_MODE_RESOLUTIONS: 58 resolution) 64 resolution, test_mirrored, errors)
|
/external/testng/ |
D | build.gradle | 125 'bsh.*;version="[2.0.0,3.0.0)";resolution:=optional', 126 'com.beust.jcommander.*;version="[1.7.0,3.0.0)";resolution:=optional', 127 'com.google.inject.*;version="[1.2,1.3)";resolution:=optional', 128 'junit.framework;version="[3.8.1, 5.0.0)";resolution:=optional', 129 'org.junit.*;resolution:=optional', 130 'org.apache.tools.ant.*;version="[1.7.0, 2.0.0)";resolution:=optional', 131 'org.yaml.*;version="[1.6,2.0)";resolution:=optional',
|
/external/selinux/secilc/test/ |
D | name_resolution_test.cil | 25 ;; Check global resolution 31 ;; Check block and sub-block resolution 50 ;; Check macro arg resolution 58 ;; Check resolution for a macro with a parent decl 68 ;; Check resolution for a macro with a caller decl 82 ;; Check resolution for blockinherits with type in inheriting block 96 ;; Check resolution for blockinherits with no type in inheriting block 110 ;; Check for proper resolution of t
|
/external/autotest/server/cros/multimedia/ |
D | display_facade_adapter.py | 88 def load_calibration_image(self, resolution): argument 94 return self._display_proxy.load_calibration_image(resolution) 253 resolution = self._display_proxy.get_external_resolution() 254 return tuple(resolution) if resolution else None
|
/external/autotest/client/cros/multimedia/ |
D | display_facade_adapter.py | 80 def load_calibration_image(self, resolution): argument 86 return self._display_component.load_calibration_image(resolution) 241 resolution = self._display_component.get_external_resolution() 242 return tuple(resolution) if resolution else None
|
/external/autotest/client/site_tests/video_WebRtcCamera/ |
D | video_WebRtcCamera.py | 116 for resolution in results: 117 item = results[resolution] 118 if (item['cameraErrors'] and resolution == '1280,720' 123 output_resolution = re.sub(',', 'x', resolution)
|
/external/autotest/server/site_tests/display_HotPlugNoisy/ |
D | display_HotPlugNoisy.py | 67 resolution = display_facade.get_external_resolution() 69 expected_connector, resolution) 108 resolution, test_mirrored) 122 resolution, test_mirrored, errors)
|
/external/autotest/client/site_tests/platform_HighResTimers/ |
D | control | 7 PURPOSE = "Ensure the high resolution timers are working." 8 CRITERIA = "Fails if no timers have nanosecond resolution." 19 resolution.
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/ |
D | MainShader.java | 44 public final static Uniform resolution = new Uniform("u_resolution"); field in MainShader.Inputs 54 public final static Setter resolution = new GlobalSetter() { field in MainShader.Setters 105 register(Inputs.resolution, Setters.resolution); in MainShader()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 203 int resolution = 100; local 204 EXPECT_EQ(VPM_OK, vp_->SetTargetResolution(resolution, resolution, 15)); 205 EXPECT_EQ(VPM_OK, vp_->SetTargetResolution(resolution, resolution, 30)); 208 EXPECT_EQ(VPM_OK, vp_->SetTargetResolution(resolution, resolution, 30)); 212 PreprocessFrameAndVerify(video_frame_, resolution, resolution, vp_,
|
/external/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/ |
D | Tutorial3Activity.java | 162 Size resolution = mResolutionList.get(id); in onOptionsItemSelected() local 163 mOpenCvCameraView.setResolution(resolution); in onOptionsItemSelected() 164 resolution = mOpenCvCameraView.getResolution(); in onOptionsItemSelected() 165 …String caption = Integer.valueOf(resolution.width).toString() + "x" + Integer.valueOf(resolution.h… in onOptionsItemSelected()
|
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/ |
D | control.vp8 | 7 PURPOSE = "Verify that VDA works for VP8 resolution-changing video." 9 This test will fail if VDA doesn't work for webm resolution-changing video. 25 This test verifies VP8 resolution-changing video decode acceleration works.
|
D | control.h264 | 7 PURPOSE = "Verify that VDA works for H264 resolution-changing video." 9 This test will fail if VDA doesn't work for mp4 resolution-changing video. 25 This test verifies H264 resolution-changing video decode acceleration works.
|