Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_unittest.cc357 int y_last = GetDiffInfoHeight() - 2; in TEST_F() local
359 EXPECT_TRUE(GetDiffInfo(x, y_last)) in TEST_F()
360 << "when x = " << x << ", and y = " << y_last; in TEST_F()
/external/ImageMagick/coders/
Dpdb.c121 y_last; member
393 pdb_image.y_last=(short) ReadBlobMSBShort(image); in ReadPDBImage()
851 pdb_image.y_last=0; in WritePDBImage()
995 (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.y_last); in WritePDBImage()