Searched defs:area_end (Results 1 – 4 of 4) sorted by relevance
189 double area_end = std::min(dest_end, static_cast<double>(dest_pixel + 1)); in Calc() local
636 Address area_start, Address area_end, in Initialize()824 Address area_end = kNullAddress; in AllocateChunk() local1218 const Address area_end = start + size; in AllocateChunk() local
529 Address area_end() { return area_end_; } in area_end() function
125 double area_end = dest_end > (float)(dest_pixel + 1) in Calc() local