OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:width_end
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/intl/
printf-parse.h
43
const char*
width_end
;
member in struct:__anon11478
wprintf-parse.h
43
const wchar_t*
width_end
;
member in struct:__anon11480
/external/bison/lib/
printf-parse.h
59
const char*
width_end
;
member in struct:__anon7183
89
const uint8_t*
width_end
;
member in struct:__anon7185
117
const uint16_t*
width_end
;
member in struct:__anon7187
145
const uint32_t*
width_end
;
member in struct:__anon7189
/external/webrtc/webrtc/modules/video_processing/
content_analysis.cc
166
const int
width_end
= ((width_ - 2 * border_) & -16) + border_;
local
169
for (int j = border_; j <
width_end
; j++) {
224
const int
width_end
= ((sizej - 2 * border_) & -16) + border_;
local
227
for (int j = border_; j <
width_end
; j++) {
content_analysis_sse2.cc
23
const int32_t
width_end
= ((width_ - 2 * border_) & -16) + border_;
local
44
for (uint16_t j = 0; j <
width_end
- border_; j += 16) {
75
num_pixels += (
width_end
- border_);
121
const int32_t
width_end
= ((width_ - 2 * border_) & -16) + border_;
local
154
for (int32_t j = 0; j <
width_end
- border_; j += 16) {
/external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp
867
int width_start = 0,
width_end
= -1;
local
878
width_end
= m_pFontDict->GetInteger("LastChar", 0);
880
if (
width_end
<= 0 ||
881
width_end
>= width_start + (int)pWidthArray->GetCount()) {
882
width_end
= width_start + pWidthArray->GetCount() - 1;
884
if (
width_end
> 255) {
885
width_end
= 255;
887
for (int i = width_start; i <=
width_end
; i++) {
[
all
...]
Completed in 337 milliseconds