Searched refs:cached_styles_ptr (Results 1 – 1 of 1) sorted by relevance
44 static unsigned *cached_styles_ptr = NULL; variable755 if (cached_styles_ptr == 0) { in RefCachedStyle()758 cached_styles_ptr = typecallocn(unsigned, SIZEOF_CACHED_STYLES); in RefCachedStyle()764 result = cached_styles_ptr + (y * cached_styles_cols) + x; in RefCachedStyle()796 if (cached_styles_ptr != NULL) { in ResetCachedStyles()797 memset(cached_styles_ptr, 0, sizeof(unsigned) * SIZEOF_CACHED_STYLES); in ResetCachedStyles()803 if (cached_styles_ptr != NULL) { in FreeCachedStyles()804 FREE(cached_styles_ptr); in FreeCachedStyles()