MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / stbi__psd_test

Function stbi__psd_test

include/stb/stb_image.h:6081–6086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6079
6080#ifndef STBI_NO_PSD
6081static int stbi__psd_test(stbi__context *s)
6082{
6083 int r = (stbi__get32be(s) == 0x38425053);
6084 stbi__rewind(s);
6085 return r;
6086}
6087
6088static int stbi__psd_decode_rle(stbi__context *s, stbi_uc *p, int pixelCount)
6089{

Callers 1

stbi__load_mainFunction · 0.85

Calls 2

stbi__get32beFunction · 0.85
stbi__rewindFunction · 0.85

Tested by

no test coverage detected