HomeSort by relevance Sort by last modified time
    Searched full:component (Results 301 - 325 of 4899) sorted by null

<<11121314151617181920>>

  /external/skia/src/core/
SkMaskGamma.h 27 /** Converts a color component luminance in the color space to a linear luma. */
29 /** Converts a linear luma to a color component luminance in the color space. */
207 * If APPLY_LUT is false, returns component unchanged.
208 * If APPLY_LUT is true, returns lut[component].
209 * @param APPLY_LUT whether or not the look-up table should be applied to component.
210 * @component the initial component.
211 * @lut a look-up table which transforms the component.
213 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) {
214 return component;
    [all...]
  /frameworks/rs/
rsComponent.h 29 class Component {
31 Component();
32 ~Component();
  /external/chromium/googleurl/src/
url_canon_ip.h 41 // each component will be placed into |components| and it will return true.
59 const url_parse::Component& host,
60 url_parse::Component components[4]);
62 const url_parse::Component& host,
63 url_parse::Component components[4]);
78 const url_parse::Component& host,
83 const url_parse::Component& host,
93 const url_parse::Component& host,
96 const url_parse::Component& host,
  /external/chromium_org/apps/
pref_names.h 11 // Alphabetical list of preference names specific to Apps component.
  /external/chromium_org/ash/
shell_factory.h 23 // Declarations of shell component factory functions.
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_updater_observer.h 13 // Monitors the component updater service, so that the callbacks registered
  /external/chromium_org/chrome/browser/extensions/
DEPS 2 # TODO(benwells): Once the extensions component is established
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.cc 123 CrxComponent component; local
124 component.pk_hash.assign(kPublicKeySHA256,
126 component.installer = this;
127 component.name = "CRLSet";
128 component.version = Version(base::UintToString(sequence_of_loaded_crl));
129 if (!component.version.IsValid()) {
131 component.version = Version("0");
134 if (cus_->RegisterComponent(component) !=
142 << " from component installer";
  /external/chromium_org/chrome/common/extensions/docs/server2/
object_store_creator.py 62 for component in (category, app_version):
63 if component and ('&' in component or '=' in component):
  /external/chromium_org/chromeos/
chromeos_test_utils.h 18 bool GetTestDataPath(const std::string& component,
  /external/chromium_org/components/autofill/core/common/
autofill_pref_names.h 12 // component. Keep alphabetized, and document each in the .cc file.
  /external/chromium_org/gpu/command_buffer/
command_buffer.gyp 15 'type': '<(component)',
  /external/chromium_org/net/base/
url_util.cc 36 url_parse::Component cursor(0, input.size());
38 url_parse::Component key_range, value_range;
77 url_parse::Component query = url.parsed_for_possibly_invalid_spec().query;
78 url_parse::Component key, value;
  /external/chromium_org/third_party/freetype/src/cff/
cff.c 5 /* FreeType OpenType driver component (body only). */
  /external/chromium_org/third_party/freetype/src/psaux/
psaux.c 5 /* FreeType auxiliary PostScript driver component (body only). */
  /external/chromium_org/third_party/freetype/src/psnames/
psnames.c 5 /* FreeType PSNames module component (body only). */
  /external/chromium_org/third_party/freetype/src/raster/
raster.c 5 /* FreeType monochrome rasterer module component (body only). */
  /external/chromium_org/third_party/freetype/src/smooth/
smooth.c 5 /* FreeType anti-aliasing rasterer module component (body only). */
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
fakeportallocator.h 26 int component,
29 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd,
92 int component,
96 worker_thread_, factory_, content_name, component, ice_ufrag, ice_pwd);
  /external/chromium_org/third_party/skia/gyp/
angle.gyp 12 'component': 'static_library',
  /external/chromium_org/ui/base/
latency_info.cc 43 void LatencyInfo::AddLatencyNumber(LatencyComponentType component,
46 AddLatencyNumberWithTimestamp(component, id, component_sequence_number,
50 void LatencyInfo::AddLatencyNumberWithTimestamp(LatencyComponentType component,
55 LatencyMap::key_type key = std::make_pair(component, id);
  /external/freetype/src/psaux/
psaux.c 5 /* FreeType auxiliary PostScript driver component (body only). */
  /external/freetype/src/psnames/
psnames.c 5 /* FreeType PSNames module component (body only). */
  /external/freetype/src/raster/
raster.c 5 /* FreeType monochrome rasterer module component (body only). */
  /external/freetype/src/smooth/
smooth.c 5 /* FreeType anti-aliasing rasterer module component (body only). */

Completed in 366 milliseconds

<<11121314151617181920>>