/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctred.c | 21 * 1x1 is trivial: just take the DC coefficient divided by 8. 57 * (With a reasonable C compiler, you can just rely on the FIX() macro...) 399 /* We hardly need an inverse DCT routine for this: just take the in jpeg_idct_1x1()
|
H A D | wrjpgcom.c | 26 /* If you have setmode() but not <io.h>, just delete this line: */ 330 default: /* Anything else just gets copied */ in scan_JPEG_header() 567 * we will insert the new comment marker just before SOFn. in main()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | writepng.c | 230 * just the new data; png_set_tIME() could also go here, but it would in writepng_init() 235 /* set up the transformations: for now, just pack low-bit-depth pixels in writepng_init() 276 /* and now we just write the whole image; libpng takes care of interlacing in writepng_encode_image()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | basictz.cpp | 266 // No transitions in the past. Just use the current offsets in getSimpleRulesNear() 420 // Just add the rule as is in getTimeZoneRulesAfter() 474 // Just add the rule as is in getTimeZoneRulesAfter()
|
H A D | tznames.cpp | 215 // Just decrement the reference count in ~TimeZoneNamesDelegate() 227 // Just compare if the other object also use the same in operator ==() 242 // Just increment the reference count in clone()
|
/third_party/skia/tests/ |
H A D | AAClipTest.cpp | 212 // for this test is that it is less than height, which represents just in test_path_bounds() 350 // leaving just a rect. in test_really_a_rect() 356 // the clip recognized that that it is just a rect! in test_really_a_rect()
|
/third_party/skia/src/utils/ |
H A D | SkDashPath.cpp | 34 // big or too small. In that event, we just have to eat the error here. in find_first_interval() 201 // pts[0] may have just been changed by clip_line(). 210 // We either just traveled v.fX horizontally or v.fY vertically.
|
/third_party/skia/third_party/externals/brotli/c/common/ |
H A D | platform.h | 251 /* Just break elif chain. */ 313 /* Unaligned memory access is allowed: just cast pointer to requested type. */ 383 /* Straight endianness. Just read / write values. */
|
/third_party/openGLES/extensions/NV/ |
H A D | NV_sRGB_formats.txt | 302 RESOLVED: Yes. Just because they are incomplete doesn't mean they 317 just 8-bit? 319 RESOLVED: Just 8-bit. For sRGB values with more than 8 bit of
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
H A D | usermanual-opentype-features.xml | 197 <function>hb_shape()</function>. For a simple case, let's just 226 Just like we enabled the <literal>dlig</literal> feature by 250 just tell <function>hb_shape()</function> what you want it to try.
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout.cc | 32 #include "hb-aat-layout-bsln-table.hh" // Just so we compile it; unused otherwise. 34 #include "hb-aat-layout-just-table.hh" // Just so we compile it; unused otherwise.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
H A D | NV_sRGB_formats.txt | 302 RESOLVED: Yes. Just because they are incomplete doesn't mean they 317 just 8-bit? 319 RESOLVED: Just 8-bit. For sRGB values with more than 8 bit of
|
H A D | NV_texgen_emboss.txt | 70 NO. Just odd numbered units. This meets a constraint of the 74 Can you just enable one coordinate of a texture unit for embossing? 87 Could the emboss constant just be the reciprocal of the width and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
H A D | SGIS_shared_multisample.txt | 101 available for copying outside the multisample subrectangle, just 129 and expensive just like multisample buffers. LBE apps still may 175 non-multisampled windowed apps just fine concurrently with a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
H A D | SGIX_vertex_array_object.txt | 53 * Why can't you just use display lists for this? 84 * What about just accelerating vertex arrays in display lists? The idea 183 only after they are first bound (just as if the name were unused).
|
/third_party/python/Lib/test/ |
H A D | test_pulldom.py | 30 # This just tests that parsing from a stream works. Actual parser 48 # Just check the node is a Document: 194 # Just check the node is a Document:
|
/third_party/python/Lib/ |
H A D | _markupbase.py | 79 # or just a buffer boundary. 178 # returning the index just past any whitespace following the trailing ']'. 253 # style content model; just skip until '>'
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | PointerUnion.h | 164 /// Assignment from nullptr which just clears the union. 299 /// Assignment from nullptr which just clears the union. 402 /// Assignment from nullptr which just clears the union.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Compiler.h | 78 /// Sadly, this is separate from just rvalue reference support because GCC 198 /// errors, just use it in GCC 4.0 and later. 312 // Just continue execution when built with compilers that have no
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 185 // into a mergable section: just drop it into the general read-only in getKindForGlobal() 209 // Otherwise, just drop it into a mergable constant section. If we have in getKindForGlobal() 339 // null return could mean 'no location' & we should just do that here. in getDebugThreadLocalSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.cpp | 171 /// 1. If this block ends with no branches (it just falls through to its succ) 172 /// just return false, leaving TBB/FBB null. 194 // If the block has no terminators, it just falls into the block after it. in analyzeBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | TruncInstCombine.cpp | 192 // bit-width, or for a smaller valid bit-width, then just keep the in getMinBitWidth() 316 // just return the source. There's no need to insert it because it is not in ReduceExpressionDag() 323 // Otherwise, must be the same type of cast, so just reinsert a new one. in ReduceExpressionDag()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | renamer.cc | 1314 // No match, just reuse the original name. in Run() 1324 // No match, just reuse the original name. in Run() 1334 // No match, just reuse the original name. in Run()
|
/third_party/spirv-tools/include/spirv-tools/ |
H A D | libspirv.hpp | 47 // The constructed instance will have an empty message consumer, which just 148 // point to the same type pointed as the formal parameter. The types just 301 // The constructed instance will have an empty message consumer, which just
|
/third_party/toybox/toys/posix/ |
H A D | patch.c | 37 --dry-run Don't change files, just confirm patch applies 63 // state < 2: just free 110 // Compare ignoring whitespace. Just returns 0/1, no > or <
|