Home
last modified time | relevance | path

Searched refs:Deflate (Results 1 – 25 of 66) sorted by relevance

123

/external/perfetto/src/perfetto_cmd/
Dpacket_writer.cc85 inline void Deflate(const char* ptr, size_t size) { in Deflate() function in perfetto::__anon0433f89c0111::ZipPacketWriter
86 return Deflate(reinterpret_cast<const uint8_t*>(ptr), size); in Deflate()
88 inline void Deflate(const void* ptr, size_t size) { in Deflate() function in perfetto::__anon0433f89c0111::ZipPacketWriter
89 return Deflate(reinterpret_cast<const uint8_t*>(ptr), size); in Deflate()
91 void Deflate(const uint8_t* ptr, size_t size);
190 Deflate(packet_hdr.data(), packet_hdr_size); in WritePacket()
194 Deflate(slice.start, slice.size); in WritePacket()
230 void ZipPacketWriter::Deflate(const uint8_t* ptr, size_t size) { in Deflate() function in perfetto::__anon0433f89c0111::ZipPacketWriter
/external/zlib/src/contrib/ada/
Dmtest.adb42 Deflate : Filter_Type; variable
117 Deflate_Init (Deflate);
123 Translate (Deflate);
133 & ZLib.Count'Image (Total_Out (Deflate)));
135 Close (Deflate);
Dzlib-thin.ads125 function Deflate (strm : Z_Streamp; flush : Int) return Int; subprogspec
388 pragma Import (C, Deflate, "deflate");
/external/pdfium/core/fxcrt/
Dfx_coordinates.h300 void Deflate(float x, float y) { in Deflate() function
308 void Deflate(float other_left, in Deflate() function
319 void Deflate(const CFX_FloatRect& rt) { in Deflate() function
320 Deflate(rt.left, rt.bottom, rt.right, rt.top); in Deflate()
328 that.Deflate(x, y); in GetDeflated()
471 void Deflate(BaseType x, BaseType y) { in Deflate() function
477 void Deflate(const PointType& p) { Deflate(p.x, p.y); } in Deflate() function
478 void Deflate(BaseType off_left, in Deflate() function
487 void Deflate(const RectType& rt) { in Deflate() function
488 Deflate(rt.left, rt.top, rt.top + rt.width, rt.top + rt.height); in Deflate()
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_outputbuffer.cc64 TF_RETURN_IF_ERROR(Deflate()); in Write()
134 TF_RETURN_IF_ERROR(Deflate()); in DeflateBuffered()
154 Status SnappyOutputBuffer::Deflate() { in Deflate() function in tensorflow::io::SnappyOutputBuffer
Dsnappy_outputbuffer.h96 Status Deflate();
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc248 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream
280 zerror_ = Deflate(Z_NO_FLUSH); in Next()
306 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
318 zerror_ = Deflate(Z_FINISH); in Close()
Dgzip_stream.h200 int Deflate(int flush);
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_outputbuffer.cc124 TF_RETURN_IF_ERROR(Deflate(flush_mode)); in DeflateBuffered()
183 TF_RETURN_IF_ERROR(Deflate(zlib_options_.flush_mode)); in Append()
219 Status ZlibOutputBuffer::Deflate(int flush) { in Deflate() function in tensorflow::io::ZlibOutputBuffer
Dzlib_outputbuffer.h142 Status Deflate(int flush);
/external/pdfium/xfa/fwl/
Dcfwl_form.cpp155 param.m_rtPart.Deflate(m_fCYBorder, m_fCXBorder, m_fCYBorder, m_fCXBorder); in DrawBackground()
164 rtEdge.Deflate(fCX, fCY, fCX, fCY); in GetEdgeRect()
Dcfwl_listbox.cpp440 rtFocus.Deflate(0.5, 0.5, 1 + m_fScorllBarWidth, 1); in DrawItem()
452 rtText.Deflate(kItemTextMargin, kItemTextMargin); in DrawItem()
480 m_rtConent.Deflate(pUIMargin.left, pUIMargin.top, pUIMargin.width, in CalcSize()
/external/pdfium/xfa/fwl/theme/
Dcfwl_scrollbartp.cpp86 rect.Deflate(1, 0); in DrawThumbBtn()
101 rect.Deflate(0, 1); in DrawThumbBtn()
244 rtArrowBtn.Deflate(1, 1, 1, 1); in DrawMaxMinBtn()
Dcfwl_pushbuttontp.cpp58 rtInner.Deflate(PUSHBUTTON_SIZE_Corner + 1, PUSHBUTTON_SIZE_Corner + 1, in DrawBackground()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp231 rtWidget.Deflate(fHalf, fHalf); in DrawFill()
298 rtWidget.Deflate(fHalf, fHalf); in StrokeArcOrRounded()
343 rtWidget.Deflate(fHalf, fHalf); in StrokeArcOrRounded()
Dcxfa_rectangle.cpp390 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeLowered()
407 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeRaised()
426 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeEtched()
438 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeEmbossed()
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
184 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement()
186 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
188 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0); in CapPlacement()
Dcxfa_ffline.cpp73 rect.Deflate(fHalfWidth, fHalfWidth); in GetRectFromHand()
Dcxfa_ffimageedit.cpp122 rtImage.Deflate(rtUIMargin.left, rtUIMargin.top, rtUIMargin.width, in SetFWLRect()
Dcxfa_fftext.cpp57 rtText.Deflate(margin->GetLeftInset(), fTopInset, margin->GetRightInset(), in RenderWidget()
Dcxfa_ffpushbutton.cpp219 rtFill.Deflate(fLineWith, fLineWith); in OnDrawWidget()
/external/zopfli/
DREADME.zopflipng3 - uses Zopfli compression for the Deflate compression,
/external/lzma/DOC/
DMethods.txt86 08 - Deflate
/external/zlib/src/contrib/dotzlib/DotZLib/
DUnitTests.cs171 #region Deflate tests
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp429 outerRect1.Deflate(fHalfWidth, fHalfWidth); in GenerateTextSymbolAP()
553 rect.Deflate(fBorderWidth / 2, fBorderWidth / 2); in GenerateCircleAP()
740 rect.Deflate(fBorderWidth / 2, fBorderWidth / 2); in GeneratePopupAP()
790 rect.Deflate(fBorderWidth / 2, fBorderWidth / 2); in GenerateSquareAP()

123