Searched refs:startSize (Results 1 – 8 of 8) sorted by relevance
58 int startSize; in hasButtons() local60 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()61 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
23 le_uint16 startSize; member
23 le_uint16 start = SWAPW(startSize); in getAdjustment()
1127 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()1130 unsigned int s = ppem_size - startSize; in get_delta_pixels()1147 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size; in get_size()1148 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()1157 USHORT startSize; /* Smallest size to correct--in ppem */ member
380 int startSize = Codecs.Size(); in LoadDll() local382 used = (Codecs.Size() != startSize); in LoadDll()385 startSize = Formats.Size(); in LoadDll()387 used = used || (Formats.Size() != startSize); in LoadDll()
160 const unsigned startSize = Buf.size(); in EmitDeclName() local164 return startSize == endSize; in EmitDeclName()
122 int startSize = sizeOf(map1); in testNewHashMapWithExpectedSize_wontGrow() local128 startSize, sizeOf(map1)); in testNewHashMapWithExpectedSize_wontGrow()137 startSize, sizeOf(map2)); in testNewHashMapWithExpectedSize_wontGrow()