Searched refs:fOut (Results 1 - 25 of 31) sorted by relevance

12

/external/skia/src/sksl/
H A DSkSLCodeGenerator.h25 , fOut(out) {}
35 OutputStream* fOut; member in class:SkSL::CodeGenerator
H A DSkSLMetalCodeGenerator.cpp26 fOut->writeText(" ");
29 fOut->writeText(s);
35 fOut->writeText(fLineEnding);
469 OutputStream* oldOut = fOut;
471 fOut = &buffer;
489 fOut = oldOut;
996 OutputStream* rawOut = fOut;
997 fOut = &fHeader;
1006 fOut = &body;
1010 fOut
[all...]
H A DSkSLGLSLCodeGenerator.cpp26 fOut->writeText(" ");
29 fOut->writeText(s);
35 fOut->writeText(fLineEnding);
49 fOut->writeText(" ");
52 fOut->write(s.fChars, s.fLength);
899 OutputStream* oldOut = fOut;
901 fOut = &buffer;
907 fOut = oldOut;
1309 OutputStream* rawOut = fOut;
1310 fOut
[all...]
H A DSkSLCPPCodeGenerator.cpp36 fOut->write(buffer, length);
40 fOut->write(heap.get(), length);
337 OutputStream* oldOut = fOut;
339 fOut = &buffer;
345 fOut = oldOut;
510 fOut->write(code.c_str() + start, index - start);
548 OutputStream* old = fOut;
550 fOut = &mainBuffer;
552 fOut = old;
H A DSkSLHCodeGenerator.cpp70 fOut->write(buffer, length);
74 fOut->write(heap.get(), length);
/external/skqp/src/sksl/
H A DSkSLCodeGenerator.h25 , fOut(out) {}
35 OutputStream* fOut; member in class:SkSL::CodeGenerator
H A DSkSLMetalCodeGenerator.cpp26 fOut->writeText(" ");
29 fOut->writeText(s);
35 fOut->writeText(fLineEnding);
469 OutputStream* oldOut = fOut;
471 fOut = &buffer;
489 fOut = oldOut;
996 OutputStream* rawOut = fOut;
997 fOut = &fHeader;
1006 fOut = &body;
1010 fOut
[all...]
H A DSkSLGLSLCodeGenerator.cpp26 fOut->writeText(" ");
29 fOut->writeText(s);
35 fOut->writeText(fLineEnding);
49 fOut->writeText(" ");
52 fOut->write(s.fChars, s.fLength);
889 OutputStream* oldOut = fOut;
891 fOut = &buffer;
897 fOut = oldOut;
1299 OutputStream* rawOut = fOut;
1300 fOut
[all...]
H A DSkSLCPPCodeGenerator.cpp36 fOut->write(buffer, length);
40 fOut->write(heap.get(), length);
337 OutputStream* oldOut = fOut;
339 fOut = &buffer;
345 fOut = oldOut;
510 fOut->write(code.c_str() + start, index - start);
548 OutputStream* old = fOut;
550 fOut = &mainBuffer;
552 fOut = old;
H A DSkSLHCodeGenerator.cpp70 fOut->write(buffer, length);
74 fOut->write(heap.get(), length);
/external/skia/src/pdf/
H A DSkDeflate.cpp59 SkWStream* fOut; member in struct:SkDeflateWStream::Impl
69 fImpl->fOut = out;
71 if (!fImpl->fOut) {
89 if (!fImpl->fOut) {
92 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer,
95 fImpl->fOut = nullptr;
100 if (!fImpl->fOut) {
115 do_deflate(Z_NO_FLUSH, &fImpl->fZStream, fImpl->fOut,
/external/skqp/src/pdf/
H A DSkDeflate.cpp59 SkWStream* fOut; member in struct:SkDeflateWStream::Impl
69 fImpl->fOut = out;
71 if (!fImpl->fOut) {
89 if (!fImpl->fOut) {
92 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer,
95 fImpl->fOut = nullptr;
100 if (!fImpl->fOut) {
115 do_deflate(Z_NO_FLUSH, &fImpl->fZStream, fImpl->fOut,
/external/skia/tools/bookmaker/
H A Dcataloger.cpp40 fOut = fopen(fFullName.c_str(), "wb");
41 if (!fOut) {
65 if (fOut) {
74 fclose(fOut);
76 fOut = nullptr;
H A DparserCommon.cpp122 fprintf(fOut, "%.*s", len, data);
156 fprintf(fOut, "%.*s", size, data);
180 fprintf(fOut, "\n");
191 fprintf(fOut, "%*s", fIndent - fSpaces, "");
199 fprintf(fOut, " ");
219 fprintf(fOut, "%s", str);
H A DmdOut.cpp17 fprintf(fOut, __VA_ARGS__)
322 fOut = nullptr;
344 if (!fOut) {
350 fOut = fopen(filename.c_str(), "wb");
351 if (!fOut) {
376 if (fOut) {
378 fclose(fOut);
379 fflush(fOut);
381 fOut = fopen(fullName.c_str(), "wb");
384 fwrite(written, 1, writtenSize, fOut);
[all...]
H A Dbookmaker.cpp964 fOut = fopen(filename.c_str(), "wb");
965 if (!fOut) {
987 fprintf(fOut, "%.*s", (int) (fEnd - fChar), fChar);
988 fclose(fOut);
1118 fprintf(fOut, "%.*s", (int) (end - start), start);
1122 fprintf(fOut, "\n#In %s", topic->fName.c_str());
1125 fprintf(fOut, "\n#Line # %s ##", oneLiner.c_str());
1162 fprintf(fOut, "%.*s", (int) (end - start), start);
1165 fprintf(fOut, "\n");
1167 fprintf(fOut, "#Lin
[all...]
H A DincludeWriter.cpp1554 fOut = fopen(fileName.c_str(), "wb");
1555 if (!fOut) {
1574 fclose(fOut);
1575 fflush(fOut);
/external/skqp/tools/bookmaker/
H A Dcataloger.cpp40 fOut = fopen(fFullName.c_str(), "wb");
41 if (!fOut) {
65 if (fOut) {
74 fclose(fOut);
76 fOut = nullptr;
H A DparserCommon.cpp122 fprintf(fOut, "%.*s", len, data);
156 fprintf(fOut, "%.*s", size, data);
180 fprintf(fOut, "\n");
191 fprintf(fOut, "%*s", fIndent - fSpaces, "");
199 fprintf(fOut, " ");
219 fprintf(fOut, "%s", str);
H A DmdOut.cpp17 fprintf(fOut, __VA_ARGS__)
318 fOut = nullptr;
340 if (!fOut) {
346 fOut = fopen(filename.c_str(), "wb");
347 if (!fOut) {
371 if (fOut) {
373 fclose(fOut);
374 fflush(fOut);
376 fOut = fopen(fullName.c_str(), "wb");
379 fwrite(written, 1, writtenSize, fOut);
[all...]
H A Dbookmaker.cpp864 fOut = fopen(filename.c_str(), "wb");
865 if (!fOut) {
887 fprintf(fOut, "%.*s", (int) (fEnd - fChar), fChar);
888 fclose(fOut);
1025 fprintf(fOut, "%.*s", (int) (end - start), start);
1029 fprintf(fOut, "\n#In %s", topic->fName.c_str());
1032 fprintf(fOut, "\n#Line # %s ##", oneLiner.c_str());
1069 fprintf(fOut, "%.*s", (int) (end - start), start);
1072 fprintf(fOut, "\n");
1074 fprintf(fOut, "#Lin
[all...]
H A DincludeWriter.cpp1452 fOut = fopen(fileName.c_str(), "wb");
1453 if (!fOut) {
1472 fclose(fOut);
1473 fflush(fOut);
/external/pdfium/third_party/lcms/src/
H A Dcmsxform.c250 cmsFloat32Number fIn[cmsMAXCHANNELS], fOut[cmsMAXCHANNELS]; local
279 fOut[c] = -1.0;
284 cmsPipelineEvalFloat(fIn, fOut, p->Lut);
290 cmsPipelineEvalFloat(fIn, fOut, p->Lut);
294 output = p->ToOutputFloat(p, fOut, output, Stride->BytesPerPlaneOut);
/external/skia/experimental/skottie/
H A DSkottie.cpp1045 , fOut(out)
1050 const auto active = (t >= fIn && t <= fOut);
1064 fOut, member in class:skottie::final
/external/skqp/experimental/skottie/
H A DSkottie.cpp978 , fOut(out)
983 const auto active = (t >= fIn && t <= fOut);
997 fOut, member in class:skottie::final

Completed in 670 milliseconds

12