Home
last modified time | relevance | path

Searched refs:x_last (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_unittest.cc352 int x_last = GetDiffInfoWidth() - 2; in TEST_F() local
354 EXPECT_TRUE(GetDiffInfo(x_last, y)) in TEST_F()
355 << "when x = " << x_last << ", and y = " << y; in TEST_F()
/external/ImageMagick/coders/
Dpdb.c120 x_last, member
391 pdb_image.x_last=(short) ReadBlobMSBShort(image); in ReadPDBImage()
812 pdb_image.x_last=0; in WritePDBImage()
940 (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.x_last); in WritePDBImage()