OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dashcount
(Results
1 - 9
of
9
) sorted by null
/external/skia/tools/lua/
agg_dash.lua
6
dashCount
= 0
22
io.write("Total dashed effects is: ",
dashCount
, "\n")
scrape_dashing_full.lua
39
local
dashCount
= 0
69
dashCount
=
dashCount
+ 1
129
io.write("Total dashed effects is: ",
dashCount
, "\n");
139
io.write("\ndashCount =
dashCount
+ ", tostring(
dashCount
), "\n")
/external/skia/src/utils/
SkDashPath.cpp
233
SkScalar
dashCount
= 0;
262
dashCount
+= length * (count >> 1) / intervalLength;
263
if (
dashCount
> kMaxDashCount) {
/external/pdfium/xfa/include/fxgraphics/
fx_graphics.h
167
FX_ERR GetDashCount(int32_t&
dashCount
);
173
int32_t
dashCount
);
/external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp
187
FX_ERR CFX_Graphics::GetDashCount(int32_t&
dashCount
) {
191
dashCount
= _info._graphState.m_DashCount;
212
int32_t
dashCount
) {
213
if (
dashCount
> 0 && !dashArray) {
216
dashCount
=
dashCount
< 0 ? 0 :
dashCount
;
225
_info._graphState.SetDashCount(
dashCount
);
226
for (int32_t i = 0; i <
dashCount
; i++) {
[
all
...]
/frameworks/native/opengl/libs/GLES2/
gl2ext_api.in
[
all
...]
/development/ndk/platforms/android-24/include/GLES2/
gl2ext.h
[
all
...]
/frameworks/native/opengl/include/GLES2/
gl2ext.h
[
all
...]
/frameworks/native/opengl/libs/
entries.in
[
all
...]
Completed in 1650 milliseconds