Home
last modified time | relevance | path

Searched refs:offsetToEnd (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp2122 uint32_t offsetToEnd = 0; in setKernelData() local
2168 offsetToEnd = static_cast<uint32_t>(offset + in setKernelData()
2174 return offsetToEnd; in setKernelData()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes142019 offsetToEnd ifNil: [^ -1].
142020 ^ text size - offsetToEnd! !
142133 offsetToEnd := text size - firstCharacterIndex.
142150 offsetToEnd := text size - firstCharacterIndex.
H A DPharoV10.sources236190 …ext textStyle firstCharacterIndex container lines positionWhenComposed offsetToEnd maxRightX selec…
236229 offsetToEnd ifNil: [^ -1].
236230 ^ text size - offsetToEnd! !
236472 offsetToEnd := text size - firstCharacterIndex.
236490 offsetToEnd := text size - firstCharacterIndex.