OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leftpart
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkLinearBitmapPipeline_sample.h
653
// The
leftPart
is made up of two pixels from the left column of the filter, right part
656
Sk4f
leftPart
= partAtColumn(iXs[0]);
660
auto bilerp = [&](const Sk4f&
leftPart
, const Sk4f& rightPart) {
661
Sk4f pixel =
leftPart
* filterX + rightPart * (1.0f - filterX);
667
fNext->blendPixel(bilerp(
leftPart
, rightPart));
681
leftPart
= rightPart;
687
return bilerp(
leftPart
, rightPart);
717
rightPart =
leftPart
;
719
leftPart
= partAtColumn(leftPartCursor);
723
return bilerp(
leftPart
, rightPart)
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
cris.exp
163
$line junk
leftpart
n1 n2 n3 n4 rightpart
173
puts $out_fd "$
leftpart
$n$rightpart"
177
$line junk
leftpart
n1 n2 n3 n4 rightpart
187
puts $out_fd "$
leftpart
$n$rightpart"
/external/webrtc/talk/app/webrtc/
webrtcsdp.cc
545
std::string
leftpart
;
local
546
if (!rtc::tokenize_first(message, kSdpDelimiterColon, &
leftpart
, value)) {
550
if (
leftpart
.length() < attribute.length() ||
551
leftpart
.compare(
leftpart
.length() - attribute.length(),
[
all
...]
Completed in 782 milliseconds