Lines Matching refs:int32_t
47 int32_t width = 0;
54 int32_t height = 0;
71 int32_t start = 0;
72 int32_t end = 0;
75 inline explicit Range(int32_t s, int32_t e) : start(s), end(e) {} in Range()
89 int32_t left = 0;
90 int32_t top = 0;
91 int32_t right = 0;
92 int32_t bottom = 0;
95 inline explicit Bounds(int32_t l, int32_t t, int32_t r, int32_t b) in Bounds()
117 static std::unique_ptr<NinePatch> Create(uint8_t** rows, const int32_t width,
118 const int32_t height,