HomeSort by relevance Sort by last modified time
    Searched full:linearized (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/pdfium/testing/libfuzzer/
pdf_hint_table_fuzzer.cc 66 linearized_dict->SetNewFor<CPDF_Boolean>("Linearized", true);
87 FakeLinearized linearized(linearized_dict.get());
88 HintTableForFuzzing hint_table(&linearized, shared_hint_table_offset);
  /external/pdfium/public/
fpdf_dataavail.h 124 // Get the page number for the first available page in a linearized PDF.
130 // For most linearized PDFs, the first available page will be the first page,
132 // For non-linearized PDFs, this function will always return zero.
179 // Check whether a document is a linearized PDF.
  /external/pdfium/core/fpdfapi/parser/
cpdf_document_unittest.cpp 205 dict->SetNewFor<CPDF_Boolean>("Linearized", true);
208 TestLinearized linearized(dict.get());
209 document.LoadLinearizedDoc(&linearized);
cpdf_linearized_header.cpp 41 if (!pDict || !pDict->KeyExist("Linearized") ||
cpdf_data_avail.h 72 Linearized = 1, // PDF_LINEARIZED
  /external/skia/src/gpu/ops/
GrDrawVerticesOp.h 36 * specified. If gammaCorrect is true, the vertex colors will be linearized in the shader to get
  /external/skia/src/pdf/
SkPDFDocument.h 53 class does not produced linearized or optimized PDFs; instead it
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
GaussNewtonOptimizer.java 35 * of the linearized problem at each iteration. Either LU decomposition or
107 // solve the linearized least squares problem
  /external/llvm/include/llvm/CodeGen/
Analysis.h 39 /// \brief Compute the linearized index of a member in a nested
43 /// extractvalue indices that identify a member, return the linearized index of
  /external/mesa3d/src/compiler/glsl/
ir_array_refcount.h 91 /** Has a linearized array index been referenced? */
125 * \param linearized_index Current accumulated linearized array index.
ir_array_refcount.cpp 98 * linearized offset and the scale factor for each array-of-.
  /external/pdfium/fpdfsdk/
fpdf_dataavail.cpp 31 static_assert(CPDF_DataAvail::Linearized == PDF_LINEARIZED,
32 "CPDF_DataAvail::Linearized value mismatch");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 39 /// \brief Compute the linearized index of a member in a nested
43 /// extractvalue indices that identify a member, return the linearized index of
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 39 /// \brief Compute the linearized index of a member in a nested
43 /// extractvalue indices that identify a member, return the linearized index of
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 39 /// \brief Compute the linearized index of a member in a nested
43 /// extractvalue indices that identify a member, return the linearized index of
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 39 /// \brief Compute the linearized index of a member in a nested
43 /// extractvalue indices that identify a member, return the linearized index of
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 39 /// \brief Compute the linearized index of a member in a nested
43 /// extractvalue indices that identify a member, return the linearized index of
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 39 /// \brief Compute the linearized index of a member in a nested
43 /// extractvalue indices that identify a member, return the linearized index of
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 39 /// \brief Compute the linearized index of a member in a nested
43 /// extractvalue indices that identify a member, return the linearized index of
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 39 /// \brief Compute the linearized index of a member in a nested
43 /// extractvalue indices that identify a member, return the linearized index of
  /external/dng_sdk/source/
dng_color_spec.h 33 /// Uses linearized Bradford adaptation matrix to compute a mapping from
dng_linearization_info.h 123 /// \param dstImage Output linearized image.
  /external/skia/src/gpu/
GrResourceAllocator.h 29 * their opLists after the opList DAG has been linearized.
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
Analysis.h 34 /// the linearized index of the start of the member.
  /frameworks/base/core/java/android/hardware/camera2/params/
RggbChannelVector.java 46 * (i.e. {@code 1.0f} could be linearized to {@code 255} if converting to a

Completed in 4185 milliseconds

1 2 3 4