Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:preview_data
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/piex/src/
H
A
D
piex.cc
590
PreviewImageData
preview_data
;
in Rw2GetPreviewData()
local
591
if (!GetPreviewData(extended_tags, kNumberOfIfds, stream, &
preview_data
)) {
in Rw2GetPreviewData()
595
if (
preview_data
.preview.length > 0) { // when preview image exists
in Rw2GetPreviewData()
597
const std::uint32_t exif_offset =
preview_data
.preview.offset + 12;
in Rw2GetPreviewData()
605
preview_image_data->preview =
preview_data
.preview;
in Rw2GetPreviewData()
606
preview_image_data->iso =
preview_data
.iso;
in Rw2GetPreviewData()
607
preview_image_data->full_width =
preview_data
.full_width;
in Rw2GetPreviewData()
608
preview_image_data->full_height =
preview_data
.full_height;
in Rw2GetPreviewData()
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui_widgets.cpp
1705
ImGuiComboPreviewData*
preview_data
= &g.ComboPreviewData;
in BeginComboPreview()
local
1709
IM_ASSERT(g.LastItemData.Rect.Min.x ==
preview_data
->PreviewRect.Min.x && g.LastItemData.Rect.Min.y ==
preview_data
->PreviewRect.Min.y); // Didn't call after BeginCombo/EndCombo block or forgot to pass ImGuiComboFlags_CustomPreview flag?
in BeginComboPreview()
1710
if (!window->ClipRect.Contains(
preview_data
->PreviewRect)) // Narrower test (optional)
in BeginComboPreview()
1714
preview_data
->BackupCursorPos = window->DC.CursorPos;
in BeginComboPreview()
1715
preview_data
->BackupCursorMaxPos = window->DC.CursorMaxPos;
in BeginComboPreview()
1716
preview_data
->BackupCursorPosPrevLine = window->DC.CursorPosPrevLine;
in BeginComboPreview()
1717
preview_data
->BackupPrevLineTextBaseOffset = window->DC.PrevLineTextBaseOffset;
in BeginComboPreview()
1718
preview_data
->BackupLayout = window->DC.LayoutType;
in BeginComboPreview()
1719
window->DC.CursorPos =
preview_data
in BeginComboPreview()
1731
ImGuiComboPreviewData*
preview_data
= &g.ComboPreviewData;
EndComboPreview()
local
[all...]
Completed in 7 milliseconds