Searched defs:identical (Results 1 – 2 of 2) sorted by relevance
435 static Uint8 *Map1to1(SDL_Palette *src, SDL_Palette *dst, int *identical) in Map1to1()488 static Uint8 *MapNto1(SDL_PixelFormat *src, SDL_PixelFormat *dst, int *identical) in MapNto1()
57 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() local